Skip to content
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

Closed
mhham opened this issue Nov 15, 2018 · 1 comment
Closed

Resume training (keeping epoch, losses, and best model score) #217

mhham opened this issue Nov 15, 2018 · 1 comment
Assignees
Labels
enhancement Improving of an existing feature

Comments

@mhham
Copy link

mhham commented Nov 15, 2018

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).

@alanakbik
Copy link
Collaborator

Yes good point, we will add a better mechanism for this!

@alanakbik alanakbik added enhancement Improving of an existing feature release-0.4 labels Nov 19, 2018
@tabergma tabergma self-assigned this 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
tabergma added a commit that referenced this issue Nov 28, 2018
tabergma added a commit that referenced this issue Nov 28, 2018
alanakbik pushed 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
Labels
enhancement Improving of an existing feature
Projects
None yet
Development

No branches or pull requests

3 participants