How to print learning rate #8492
Unanswered
talhaanwarch
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 1 comment
-
The To print to stdout, you could subclass and create your custom implementation, for example, this one: https://github.com/carmocca/PyLaia/blob/master/laia/callbacks/learning_rate.py To print to the progress bar, you can extract the learning rate manually in your |
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.
-
Here is asnippet of code
Here is trainer
But I am not getting the learning rate displayed.
Currently the display is some thing like this
[23:36<50:45, 11.80s/it, loss=0.813, v_num=5, val/dice=0.181, val/loss=0.811, train/loss=0.811, train/dice=0.198]
Beta Was this translation helpful? Give feedback.
All reactions