How can I monitor learning rate in pytorch lightning? #16287
Unanswered
mohanades
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 1 comment
-
To log your learning rate, you can simply add
|
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.
-
I want to be able to see training model in addition to log and monitor acc and loss,I could be see learning rate . How can I change the following code?
Beta Was this translation helpful? Give feedback.
All reactions