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

Save best model weights instead of the last #13

Closed
Erlemar opened this issue Oct 4, 2020 · 0 comments · Fixed by #37
Closed

Save best model weights instead of the last #13

Erlemar opened this issue Oct 4, 2020 · 0 comments · Fixed by #37
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@Erlemar
Copy link
Owner

Erlemar commented Oct 4, 2020

Currently in train.py the model saved has weights from the last epoch. It would be better to load the best checkpoint and save model from it instead.

https://pytorch-lightning.readthedocs.io/en/latest/weights_loading.html

@Erlemar Erlemar added enhancement New feature or request good first issue Good for newcomers labels Oct 4, 2020
@Erlemar Erlemar linked a pull request Dec 5, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
Pipeline development
Awaiting triage
Development

Successfully merging a pull request may close this issue.

1 participant