Don't run validation/profiler/weights_summary when tuning? #6986
Unanswered
austinmw
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 1 comment 3 replies
-
Okay if I bump this? |
Beta Was this translation helpful? Give feedback.
3 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.
-
Hi, I'm using the learning rate finder via:
However the tuning step runs validation, profiler, and weights summary. I'd prefer all of these steps to not run until the fit call. Is there an easy way to do this?
Beta Was this translation helpful? Give feedback.
All reactions