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

Option to control returning best parameters vs last parameters in training #137

Merged
merged 2 commits into from
Feb 13, 2024

Conversation

danielward27
Copy link
Owner

Adds an option to allow returning the last model, rather than the one which led to the minimum loss. Useful e.g. if loss is high variance to ignore spurious low loss values, or for debugging a model that starts returning nans during training.

@danielward27 danielward27 merged commit e222982 into main Feb 13, 2024
1 check passed
@danielward27 danielward27 deleted the best_params branch February 13, 2024 13:01
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.

1 participant