training_epoch_end only returning the last train batch #8757
-
I have a pytorch lightning module that includes the following section: `def training_step(self, batch, batch_idx):
The How can I input the losses from every train batch into the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This issue was reported in #8603 - are you able to try Lightning 1.4.1, which contains the fix? And for broader discussion on these hooks, and alternatives you have to access the per-step outputs, see #8731 |
Beta Was this translation helpful? Give feedback.
This issue was reported in #8603 - are you able to try Lightning 1.4.1, which contains the fix?
And for broader discussion on these hooks, and alternatives you have to access the per-step outputs, see #8731