Kommentare hinzugefügt
This commit is contained in:
parent
7ae0fa1d4a
commit
6a254b9944
@ -16,7 +16,9 @@ static void prepareNeuralNetworkFile(const char *path, const NeuralNetwork nn)
|
||||
if (nn.numberOfLayers == 0) {
|
||||
fclose(f);
|
||||
return;
|
||||
} // Alle Tests prüfen
|
||||
} // In localmodel Struktur Testdateu aufruf:
|
||||
// Header --> Input Dim --> Output Dim
|
||||
// i. Layer weights --> biases --> nächste Dim
|
||||
|
||||
|
||||
int input = nn.layers[0].weights.cols;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user