How to have a silent lr_find() #9635
Answered
by
tchaton
grudloff
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
-
Is there a way to make lr_find not print anything while searching? |
Beta Was this translation helpful? Give feedback.
Answered by
tchaton
Sep 22, 2021
Replies: 1 comment 1 reply
-
Hey @grudloff, I don't believe this is supported. You could either capture the logs or contribute the feature :) Best, |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
grudloff
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @grudloff,
I don't believe this is supported. You could either capture the logs or contribute the feature :)
Best,
T.C