NeuralNetzworkTests Fertig
This commit is contained in:
parent
dd542429c9
commit
6a2767fa71
@ -37,7 +37,6 @@ static void prepareNeuralNetworkFile(const char *path, const NeuralNetwork nn)
|
|||||||
int out = layer->weights.rows;
|
int out = layer->weights.rows;
|
||||||
int in = layer->weights.cols;
|
int in = layer->weights.cols;
|
||||||
|
|
||||||
|
|
||||||
fwrite(layer->weights.buffer, sizeof(MatrixType), out * in, file);
|
fwrite(layer->weights.buffer, sizeof(MatrixType), out * in, file);
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user