How to specify which epochs to validate? #8616
Unanswered
Frankluox
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 0 comments
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.
-
I wonder is there a way to control exactly which epochs to validate the model. For example, validate the model only after 100 epochs of training. This is especially useful when the training losses are different during two disjoint periods of training. Moreover, is it possible to use different dataloaders in different epochs?
Beta Was this translation helpful? Give feedback.
All reactions