-
Notifications
You must be signed in to change notification settings - Fork 59
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
Hyperparameters when training on SynthText800? #39
Comments
I maybe refer the paper textspotter. I'm sorry I forgot a little. |
Thank you very much, I'll refer to this paper. |
Hello, In your code, the train of recognition branch. It seems that the training is still end-to-end. The first line of compute gradients should be uncomment, and the second line of compute gradients should be comment?
when I use "grads = opt.compute_gradients(total_loss, recog_vars)", the training time is about 26s per step, while when I train the network end-to-end, the training time is just 14s per step. Do you know the reason? Thank you. |
Hello, when you train on SynthText800 from pretrained model Resnet-50, what's your hyperparamets setting?
The text was updated successfully, but these errors were encountered: