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 cb12b58 commit 1213b98Copy full SHA for 1213b98
tests/models/test_hooks.py
@@ -96,6 +96,7 @@ def test_training_epoch_end_metrics_collection_on_override(tmpdir):
96
""" Test that batch end metrics are collected when training_epoch_end is overridden at the end of an epoch. """
97
98
class LoggingCallback(pl.Callback):
99
+
100
def on_train_epoch_start(self, trainer, pl_module):
101
self.len_outputs = 0
102
0 commit comments