combine lr scheduler with ReduceLROnPlateau #10165
Unanswered
maxmatical
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 1 comment
-
passing it like: return [optimizer], [scheduler1_dict, scheduler2_dict] not working? |
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'm trying to combine the
OneCycleLR
scheduler withReduceLROnPlateau
, is there a way to do this, for exampleBeta Was this translation helpful? Give feedback.
All reactions