-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Training loop #10
Comments
Yeah, at default, it will do 5-fold cross-validation and you will get 5 models after successful training. |
All right, thank you! It trained until epoch 250 for the 1st validation, 200 epochs for the 2nd validation, and then 530 for the third validation ; that is a big difference so I thought there might be something I misunderstood. How important is it to run the five validations? Will it drastically improve the results compared to a one shot training? |
I would suggest running all five-folds and then use the five models as an ensemble. But it is OK to stop running after some of them, e.g. 3 of 5, are successfully trained and only use those checkpoints. |
Hello,
My model has been training for two weeks now (it seems doing well) and it keeps restarting from scratch.
I am not sure to understand how does the training loop work?
When will it stop?
Thanks!
The text was updated successfully, but these errors were encountered: