LR keeps growing after using CyclicLR scheduler. #12722
Unanswered
Minxiangliu
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 0 comments
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 add
CyclicLR
during training. I refer to this docs and the monai tutorials, but I see in the log that LR is not changing withCyclic
, but increasing continuously. What is wrong with my code?Code:
Log:

Beta Was this translation helpful? Give feedback.
All reactions