Vollständige Version
This commit is contained in:
parent
4658bbafea
commit
fa26fbfb39
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user