-
Notifications
You must be signed in to change notification settings - Fork 310
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
Why training an ITER is over #307
Comments
训练一个epoch后 不再继续 |
您好,问题解决了没 |
解决啦 |
分享一下呗 |
你好,我采用的方法是在for it 前,加入了for epoch in range epochs:;epochs是我自己设定的训练周期,再将save_model语句也包含在for epoch 内,保证每个epch保存一次模型。 |
Why do you need this? You can compute the total iterations by |
You are right .Thank you for your response.I just wanted to use epoch to mean a training, not iters,so I choose that way. This approach also does not affect the final output |
Why training an ITER is over?
The text was updated successfully, but these errors were encountered: