Early stopping #339
Unanswered
boutsitron
asked this question in
Q&A
Replies: 1 comment
-
We don't have it directly in the library but that should be straightforward to add with just a Callback in the trainer that keeps track of the N last losses and stops when you match the criteria. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys, I would like to ask whether you have implemented early stopping in the model to be able to stop the training based on some
patience
parameter. Thanks!Beta Was this translation helpful? Give feedback.
All reactions