Skip to content

EarlyStopping patience 100 exceeded. Anyone know what causes this? #5204

Answered by Matias2379
aldrichg9 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @aldrichg9 , early stopping is used to avoid overfitting. The "patience" parameter tells how many epochs the model will continue training after the val los stops improving against train loss. In this case, after 100 epochs of patience, the model stops training and (usually) takes the weights from the epoch (NOW - 100).
I hope it helps.
Regards, Matias

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by aldrichg9
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants