problème de training #7880
SiwarRziguiING3
started this conversation in
General
Replies: 1 comment 4 replies
-
@SiwarRziguiING3 the early stopping feature has cancelled your training because no improvement was seen for 100 epochs. You can disable if you'd like as the message says with |
Beta Was this translation helpful? Give feedback.
4 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.
-
j'ai ce message lors de training :
Stopping training early as no improvement observed in last 100 epochs. Best results observed at epoch 12, best model saved as best.pt.
To update EarlyStopping(patience=100) pass a new patience value, i.e.
python train.py --patience 300
or use--patience 0
to disable EarlyStopping.Comment puis-je éviter ça et continué le training pour un grand nombre d'époque
Beta Was this translation helpful? Give feedback.
All reactions