-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Enable trainer val_check_interval to be greater than number of the training batches #4406
Comments
This would probably require #4086 first, right? |
Yeah, seems like so |
Has this issue been resolved? I'm using the latest version of pylightning and I seem to get this error when my number of training batches are less than my val_check_interval |
This issue has been automatically marked as stale because it hasn't had any recent activity. This issue will be closed in 7 days if no further activity occurs. Thank you for your contributions, Pytorch Lightning Team! |
Currently I can't set val_check_interval greater than number of the training batches
Error occurs
But it is a useful feature when validation takes considerate time. I want to do validation after multiple train epochs(but fixed number of steps, so I can't use
check_val_every_n_epoch
)cc @Borda @tchaton @justusschock @awaelchli
The text was updated successfully, but these errors were encountered: