What is the monitor of lr_scheduler? #8541
Locked
Unanswered
Co1lin
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 3 comments 1 reply
-
I think its the one you define in |
Beta Was this translation helpful? Give feedback.
1 reply
-
can you share your code snippet? |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is a duplicate of #8554 so locking this discussion here. |
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.
-
Hi! I’m wondering what is
metric_to_track
for the parameter monitor of a learning rate scheduler? I see the example that uses"val_loss"
as its value, but I don’t know isval_loss
a name of a variable (where should I declare this variable?) or a keyword that can be recognized by pytorch_lightning such that it will monitor the loss of thevalidation_step
?Beta Was this translation helpful? Give feedback.
All reactions