Skip to content

Commit 7d24d4a

Browse files
committed
CURRENT STASH - REVERT THIS
1 parent fe13a2d commit 7d24d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytorch_lightning/loops/epoch/training_epoch_loop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ def on_run_end(self) -> None:
299299
self.update_lr_schedulers("epoch", update_plateau_schedulers=True)
300300

301301
# FIXME: where should this go...
302-
self.batch_progress.current.reset()
302+
# self.batch_progress.current.reset()
303303

304304
# if fault tolerant is enabled and process has been notified, exit.
305305
self.trainer._exit_gracefully_on_signal()

0 commit comments

Comments
 (0)