val_check_interval and check_val_every_n_epoch appear redundant? #6253
Unanswered
turian
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 1 comment 10 replies
-
They are different:
The serve different scenarios:
|
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
val_check_interval and check_val_every_n_epoch appear redundant, except val_check_interval can be a float and operate within training epochs.
Is there a difference between the two parameters and can they be used simultaneously? If so, can that be documented clearly?
If not, can check_val_every_n_epoch be marked as deprecated and users pointed towards val_check_interval?
Beta Was this translation helpful? Give feedback.
All reactions