ivan-vasilev/neuralnetworks

MnistTest.testLeNetSmall fails with 90% error rate

jt70 opened this issue · 1 comments

jt70 commented

MnistTest.testLeNetSmall is failing with 90% error rate. testLeNetTiny and testLeNetTiny2 run fine with around 10% and 4% error respectively.

9020/10000 samples (0.902, 90.200005%) error

java.lang.AssertionError:
Expected :0.0
Actual :0.9020000100135803

I have the same problem. Wondering what could be the cause.