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 fe13a2d commit 7d24d4aCopy full SHA for 7d24d4a
pytorch_lightning/loops/epoch/training_epoch_loop.py
@@ -299,7 +299,7 @@ def on_run_end(self) -> None:
299
self.update_lr_schedulers("epoch", update_plateau_schedulers=True)
300
301
# FIXME: where should this go...
302
- self.batch_progress.current.reset()
+ # self.batch_progress.current.reset()
303
304
# if fault tolerant is enabled and process has been notified, exit.
305
self.trainer._exit_gracefully_on_signal()
0 commit comments