This commit is contained in:
Alexei Keller 2025-11-24 12:06:02 +01:00
parent 98d18ae6ba
commit 4658bbafea

View File

@ -15,7 +15,7 @@ static void prepareNeuralNetworkFile(const char *path, const NeuralNetwork nn)
} }
// Schreibe den Datei-Tag // Schreibe den Datei-Tag
const char tag = "info2_neural_network_file_format"; const char *tag = "info2_neural_network_file_format";
fwrite(tag, 1, strlen(tag), file); fwrite(tag, 1, strlen(tag), file);
// Überprüfe, ob es Layer gibt // Überprüfe, ob es Layer gibt