Help on Learning Rate Scheduler with CombinedDataLoader #19747
Unanswered
leighgable
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.
-
Hello All,
I have data from a number of sites, which I have to keep seperate during training, so I am using the lightning combined dataloader. I would like to use a learning rate scheduler, but since the validation loss is prefixed by the dataloader index,
I am not sure what to pass to
optim.lr_scheduler.ReduceLROnPlateau
for themonitor
value. Can I hijack whatever callback is producing the validation loss with the path added to the name? I'm using the CSVLogger by the way. And the model is an LSTM/Autoencoder.Any help would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions