-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
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
Some error in project "ocr" #243
Comments
In
|
I have the following notes:
I'd be happy to submit a PR @emtwo . |
Moreover, there is only one epoch for the training process which is not enough |
In
neural_network_design.py
The outer loop
for j in xrange(100):
is useless since the prediction of the neural network is definite.I think the author tried to combined the training process in the outer loop. Anyway, some correction should be made.
The text was updated successfully, but these errors were encountered: