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

How to prevent to early stop of the model #142

Open
buptgarden opened this issue Dec 27, 2021 · 1 comment
Open

How to prevent to early stop of the model #142

buptgarden opened this issue Dec 27, 2021 · 1 comment

Comments

@buptgarden
Copy link

Hello, I am train the mode with python150 dataset , I find the model with early stop in some epoch. It can't run as the setting of NUM_TRAIN_EPOCHS . I feel puzzle when I find the train model only will stop when run out of data . So, how can I stop the early stop of the trainning ?

@urialon
Copy link
Collaborator

urialon commented Jan 7, 2022

Hi @IHaveNoEnglishName ,
Sorry for the delay.

Early stopping is not implemented, so you can simply set NUM_TRAIN_EPOCHS to 999999 and kill the process manually when you want to stop.

Does that answer your question, or did I miss anything?

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

2 participants