When to stop the training? #8613
Replies: 1 comment 1 reply
-
Nobody knows! This is very much an area of active research. I would say the conventional wisdom is that if you don't see improvement over long enough your training is "done" and unlikely to improve; this is reflected in the
This completely depends on your problem. There are some problems where an f1 of 75 is awful and some where it's far beyond state of the art. Your best bet is to look for papers about similar problems, with similar evaluation metrics, and see how they do. PapersWithCode may help. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The model I am training reaches an f_score of about 75 after 20000 steps. (I would like to know if this is a good value or not, on average, in your opinion).
I have never trained the model for more than about half a day.
Does it make sense to train a model for a very long time even if you don't get any improvement for several epochs? Or do you recommend training for a few days just to try?
Do you have any reading material I can study on this topic?
Beta Was this translation helpful? Give feedback.
All reactions