Add patience
parameter for early_stopping (or at least make it clear that patience=20
by default)
#1247
codeananda
started this conversation in
Feature Requests & Feedback
Replies: 0 comments
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.
-
The current docs are not clear what the default patience is for early stopping. They don't mention it in the docstring for
fit
.It's only in
utils.configure_trainer
that we see the default patience valueSuggested improvements
Beta Was this translation helpful? Give feedback.
All reactions