How to manually change learning rate? #13190
Unanswered
drscotthawley
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 1 comment 1 reply
-
Before I posted I searched for similar posts but didn't find anything. Now I'm seeing this post which seems to describe doing the same thing: |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi, I see descriptions of learning rate schedulers, etc. What I want to do is to just manually set the learning rate during a run, something "optim.something.something.lr = x".
Would that be just by going down to "raw PyTorch", e.g. like
...? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions