Version 2, Variable ausgeklammert
This commit is contained in:
parent
c9fa2ed07d
commit
c04202725b
@ -35,7 +35,7 @@ static void prepareNeuralNetworkFile(const char *path, const NeuralNetwork nn)
|
||||
// Schreibe die Layer-Daten
|
||||
for (int i = 0; i < nn.numberOfLayers; i++)
|
||||
{
|
||||
const Layerlayer = &nn.layers[i];
|
||||
//const Layerlayer = &nn.layers[i];
|
||||
int out = layer->weights.rows;
|
||||
int in = layer->weights.cols;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user