auto learning rate finder problem #13120
Unanswered
cmlakhan
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 1 comment
-
@cmlakhan Can you try giving an initial value to it and see if it works? Also, would you be interested in fixing the example in our docs? |
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.
-
In this example for auto learning rate finder it seems learning rate is a parameter for model initialization yet it not specified when the model is called. When I do something similar I get an error saying I have not specified the variable learning_rate. Can someone explain what is happening here?
Beta Was this translation helpful? Give feedback.
All reactions