Code not printing values in trained_epoch_end #11851
Answered
by
ananthsub
talhaanwarch
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
-
My code is not printing
|
Beta Was this translation helpful? Give feedback.
Answered by
ananthsub
Feb 10, 2022
Replies: 1 comment 1 reply
-
You need to implement |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ananthsub
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to implement
training_epoch_end
, nottrained_epoch_end
: https://github.com/PyTorchLightning/pytorch-lightning/blob/1515ef90ee2724bcba46e1434eb4b4f9719ebdd7/pytorch_lightning/core/lightning.py#L689