-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Resume training (keeping epoch, losses, and best model score) #217
Labels
enhancement
Improving of an existing feature
Comments
Yes good point, we will add a better mechanism for this! |
tabergma
added a commit
that referenced
this issue
Nov 28, 2018
tabergma
added a commit
that referenced
this issue
Nov 28, 2018
tabergma
added a commit
that referenced
this issue
Nov 28, 2018
tabergma
added a commit
that referenced
this issue
Nov 28, 2018
tabergma
added a commit
that referenced
this issue
Nov 28, 2018
Merged
tabergma
added a commit
that referenced
this issue
Nov 28, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be nice to be able to keep the epoch numbers and losses when resuming training on a model loaded from disk.
(https://pytorch.org/tutorials/beginner/saving_loading_models.html#saving-loading-a-general-checkpoint-for-inference-and-or-resuming-training)
#200 already mentioned keeping the scores in the pickled .pt object, but keeping the logs is also a nice add in (not overwriting them).
The text was updated successfully, but these errors were encountered: