NeuralNetzworkTests Fertig

This commit is contained in:
Alexei Keller 2025-11-24 12:39:13 +01:00
parent dd542429c9
commit 6a2767fa71

View File

@ -37,7 +37,6 @@ static void prepareNeuralNetworkFile(const char *path, const NeuralNetwork nn)
int out = layer->weights.rows;
int in = layer->weights.cols;
fwrite(layer->weights.buffer, sizeof(MatrixType), out * in, file);