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

Early stopping #140

Merged
merged 2 commits into from
Jun 14, 2023
Merged

Early stopping #140

merged 2 commits into from
Jun 14, 2023

Conversation

M-R-Schaefer
Copy link
Contributor

implemented a patience parameter that stops training when there is no improvement for over patience epochs.
There is no minimum improvement required (which is usually included) so this does not stop extremely slow fitting, but it does prevent running unnecessary epochs when overfitting.

@Tetracarbonylnickel Tetracarbonylnickel merged commit 83ec7fd into dev Jun 14, 2023
@Tetracarbonylnickel Tetracarbonylnickel deleted the early_stopping branch June 14, 2023 11:51
@M-R-Schaefer M-R-Schaefer linked an issue Jun 14, 2023 that may be closed by this pull request
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.

implement early stopping patience
2 participants