-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 decide the training epochs or early stop condition? #31
Comments
Thanks! The stopping condition for the transformer is usually when it starts overfitting in terms of NLL on held-out test data. |
May I ask how long it usually takes to train on the ImageNet and how many GPUs are used? |
Any updates on training times? Costs? |
mark |
I really like your paper, thanks for your open source!
It seems that you did not use early stop in the ModelCheckpoint. Could you please tell me how many epochs you trained the VQGAN and transformer? Or do you have suggestions about the training epochs on new datasets?
The text was updated successfully, but these errors were encountered: