How to log new metrics in on_validation_epoch_end #8710
Unanswered
Aceticia
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
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 all, I have a few validation dataloaders. Each of these logs a metric like "val_loss/dataset_idx_0". I would like to track the average of all validation loss for early stopping, but I can't seem to log new metrics in validation epoch end callbacks. How to log this new metric? Thank you so much.
Beta Was this translation helpful? Give feedback.
All reactions