Vollständige Version

This commit is contained in:
Alexei Keller 2025-11-24 12:07:46 +01:00
parent 4658bbafea
commit fa26fbfb39

View File

@ -25,6 +25,7 @@ static void prepareNeuralNetworkFile(const char *path, const NeuralNetwork nn)
return;
}
// Schreibe die Eingabe- und Ausgabegrößen des Netzwerks
int input = nn.layers[0].weights.cols;
int output = nn.layers[0].weights.rows;