How to suppress messages from Tuner Auto LR Find? #10534
Unanswered
beelze-b
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 2 comments
-
if you are talking about |
Beta Was this translation helpful? Give feedback.
0 replies
-
I meant the progress bar and "Finding best initial lr" I also haven't directly called validate. This is just from the auto lr find. |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
Is there a way to suppress messages from the auto lr_find (
trainer.tuner.lr_find
) option?I have followed details from issues like this one, but I am still left with the following printed to the console.
I have done the following to my loggers:
Beta Was this translation helpful? Give feedback.
All reactions