ReduceLROnPlateau with horovod #14176
Replies: 1 comment 3 replies
-
(I was reading it wrong and just realised that
Do you see any issue with it? You should already be able to use |
Beta Was this translation helpful? Give feedback.
-
(I was reading it wrong and just realised that
Do you see any issue with it? You should already be able to use |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I use torch.optim.lr_scheduler.ReduceLROnPlateau with horovod to train my net, horovod will check weather my lr_scheduler is pytorch_lightning.utilities.types ._LRScheduler or not, just like following (HorovodStrategy.set_up function in pytorch_lightning.strategies.horovod):
But,ReduceLROnPlateau does not inherent _torch.optim.lr_scheduler.LRScheduler.
Anyone knows how to use ReduceLROnPlateau with horovod?
this is my optimizer and lr_scheduler in LightningModule's configure_optimizers function:
Beta Was this translation helpful? Give feedback.
All reactions