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

Add CHECKPOINT_TYPE env variable to configs #726

Conversation

nkaenzig
Copy link
Collaborator

@nkaenzig nkaenzig commented Dec 5, 2024

Closes #725

  • CHECKPOINT_TYPE="best" will select the best checkpoint saved during fit
  • CHECKPOINT_TYPE="last" will select the last checkpoint saved during fit

@nkaenzig nkaenzig linked an issue Dec 5, 2024 that may be closed by this pull request
@nkaenzig nkaenzig self-assigned this Dec 5, 2024
@nkaenzig nkaenzig marked this pull request as ready for review December 5, 2024 11:39
@nkaenzig nkaenzig merged commit 4b09f96 into main Dec 6, 2024
6 checks passed
@nkaenzig nkaenzig deleted the 725-make-it-configurable-whether-to-use-the-best-or-the-last-checkpoint branch December 6, 2024 09:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make it configurable whether to use the best or the last checkpoint
2 participants