Implemented parsing of MNIST files

This commit is contained in:
Michael Mandl 2015-10-29 16:00:58 +01:00
parent 83b4562a29
commit 87e267d65f
3 changed files with 95 additions and 3 deletions

View file

@ -15,8 +15,8 @@ void NetLearner::run()
emit progress(0.0);
MnistLoader mnistLoader;
mnistLoader.load("../NeuroUI/MNIST Aatabase/train-images.idx3-ubyte",
"../NeuroUI/MNIST Aatabase/train-labels.idx1-ubyte");
mnistLoader.load("../NeuroUI/MNIST Database/train-images.idx3-ubyte",
"../NeuroUI/MNIST Database/train-labels.idx1-ubyte");
emit logMessage("done");
emit progress(0.0);