Replies: 1 comment
-
Hi @Co1lin, you can configure the monitor for LR scheduling in the
Hope that helps 😃 |
Beta Was this translation helpful? Give feedback.
-
Hi @Co1lin, you can configure the monitor for LR scheduling in the
Hope that helps 😃 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Discussed in #8541
Originally posted by Co1lin July 24, 2021
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
?I get a warning saying:
I'm not sure whether this usage will be deprecated for scheduler's monitor too.
Beta Was this translation helpful? Give feedback.
All reactions