Version 2, Variable ausgeklammert

This commit is contained in:
Alexei Keller 2025-11-24 11:53:27 +01:00
parent c9fa2ed07d
commit c04202725b

View File

@ -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;