-
Notifications
You must be signed in to change notification settings - Fork 147
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
Train loss doesn't decrease #10
Comments
The learning rate is too high! I suggest setting the learning rate to |
Thank you for your reply!
So, I have two questions.
|
Do you mean what kind of accuracy is obtained? The network does not need many epochs to learn normally. 10 should be enough to get a first decent version, but then you should restart the training with randomly initialized recognition net, but using the trained weights for the localziation net. Did you have a look at the pictures in |
Hmm, two things:
|
Thank you for publishing source code.
With reference to "Readme", I first tried out "train_svhn.py", but the train loss does not go down well.
Could you check whether something is wrong?
insert "4 4" to line1
Even if I use images generated by ”create_svhn_dataset_4_images.py”, the same result will be obtained.
The text was updated successfully, but these errors were encountered: