We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83acb86 commit 4afe537Copy full SHA for 4afe537
pytorch_lightning/core/lightning.py
@@ -1264,6 +1264,9 @@ def configure_optimizers(self):
1264
"lr_scheduler": {
1265
"scheduler": ReduceLROnPlateau(optimizer, ...),
1266
"monitor": "metric_to_track",
1267
+ "frequency": "indicates how often the metric is updated"
1268
+ # If "monitor" references validation metrics, then "frequency" should be set to a
1269
+ # multiple of "trainer.check_val_every_n_epoch".
1270
},
1271
}
1272
0 commit comments