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 initial and latest models in addition to best #538

Closed
sarthakpati opened this issue Jan 9, 2023 · 0 comments · Fixed by #539 or #546
Closed

Save initial and latest models in addition to best #538

sarthakpati opened this issue Jan 9, 2023 · 0 comments · Fixed by #539 or #546
Assignees
Labels
enhancement New feature or request

Comments

@sarthakpati
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
In a lot of cases, the latest model might be more informative WRT how the training loss has been behaving as compared to the latest. Also, the initial model can give greater insight into post-training data.

Describe the solution you'd like
In addition to the best model, save initial (i.e., the model right before any training has occurred) and latest models.

Describe alternatives you've considered
N.A.

Additional context
N.A.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment