We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
I have the same problem. Wondering what could be the cause.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: