ivan-vasilev / neuralnetworks

java deep learning algorithms and deep neural networks with gpu acceleration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test case MnistTest fail on every tests

longdt opened this issue · comments

i just check out the lastest code and try to run test case MnistTest, but i get bad error rate (every tests got 90%+ error rate).
Pls fix it

Please check whether you have the MNIST dataset data files under nn-samples/. If not, you can download and extract them from here.

i already got mnist dataset files in nn-samples folder. If these files are not exists, an exception will be thrown
btw, i run test on windows 7 64bit (CPU: intel core i3 gen2)