Completed loading of MNIST Databases

This commit is contained in:
mandlm 2015-10-31 12:28:35 +01:00
parent 87e267d65f
commit d98ec63fbd
3 changed files with 43 additions and 17 deletions

View file

@ -21,6 +21,8 @@ void NetLearner::run()
emit logMessage("done");
emit progress(0.0);
return;
Net digitClassifier({32*32, 16*16, 32, 1});
timer.start();