validation loss logging in validation_step #15715
Unanswered
yiftachbeer
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I've noticed that the official tutorials that include both a training step and a validation step, return the training loss in training_step but log the validation loss in validation loss.
The reason for this difference is not documented. Does it not make sense for validation step to have the validation loss returned, instead of logged, as well?
Beta Was this translation helpful? Give feedback.
All reactions