Skip to content
Snippets Groups Projects
Commit 16dfda1f authored by Franck Dary's avatar Franck Dary
Browse files

Corrected bug with new batchSize variable

parent f7b0f0f3
No related branches found
No related tags found
No related merge requests found
......@@ -74,6 +74,7 @@ Classifier::Classifier(const std::string & filename, bool trainMode)
topology = buffer;
batchSize = 0;
int batchsizeRead = 0;
if(fscanf(fd, "Batchsize : %d\n", &batchsizeRead) == 1)
batchSize = batchsizeRead;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment