Skip to content
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

When training the model, it stops at a level far below a given epoch. #946

Closed
Choikyungho9 opened this issue Oct 20, 2021 · 2 comments
Closed

Comments

@Choikyungho9
Copy link

donkey_train

When training data, the trained model is created as the training ends without filling the set epoch.

If you look at the attached picture, the total epoch is 100, and it stops at the 10th training.

How do I fill in 100 trainings of my model?

@sctse999
Copy link
Contributor

This is called early stopping. You can configure EARLY_STOP_PATIENCE in myconfig.py to a larger value. However, if the training is not getting better for 5 epoches, you may want to observe if it improves in the latter epoches. If it doesn't, it is probably that the data is not good.

@Ezward
Copy link
Contributor

Ezward commented Jan 15, 2022

Early stopping is a feature. I'm closing this as 'as intended'.

@Ezward Ezward closed this as completed Jan 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants