How can I ban the use of validation_step in the traning stage #10563
Unanswered
chenxn2020
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 1 comment 1 reply
-
you can just set |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hello:
I want to use trainer.fit() to train model only without doing validation_step. How can I reach my goal?
The approach I currently think of is to set the check_val_every_n_epoch very large
Beta Was this translation helpful? Give feedback.
All reactions