How to tune number of epochs? #1022
Replies: 1 comment 3 replies
-
|
Hi, I converted the issue into a discussion, I hope you don't mind.
Could you explain what the difference is supposed to be?
Using If you don't want a separate model for each epoch count, you could just use the highest one. The net stores its history in the Be aware that the |
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.
-
Hi, may I ask how I can find best number of epochs (not max_epochs) through cross validation? Is it possible to do something like:
If it is possible, may I ask how the models are evaluated on each n_epochs? Is an individual model fitted for each n_epochs, or the valid metrics are calculated and recorded along the training epochs of a single model, so that the model will be fitted only once for one split of dataset?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions