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 fc2d612 commit 856cd66Copy full SHA for 856cd66
pytorch_lightning/loops/epoch/training_epoch_loop.py
@@ -227,7 +227,7 @@ def on_run_end(self) -> List[List[STEP_OUTPUT]]:
227
228
def teardown(self) -> None:
229
"""Frees memory of tracked epoch outputs."""
230
- self.epoch_output = None
+ self._epoch_output = None
231
232
def _on_train_epoch_end_hook(self, processed_epoch_output: List[List[STEP_OUTPUT]]) -> None:
233
"""Runs ``on_train_epoch_end hook``."""
0 commit comments