Skip to content

Commit 59dff54

Browse files
committed
Fixes #2455
1 parent b32f6d6 commit 59dff54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pytorch_lightning/callbacks/early_stopping.py

+1
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ def _run_early_stopping_check(self, trainer, pl_module):
151151
print('-' * 100)
152152
print('RUNNING EARLY STOP CHECK', trainer.global_rank)
153153
print('stop:', trainer.should_stop)
154+
print('epoch', trainer.current_epoch)
154155
print('-' * 100)
155156

156157
def on_train_end(self, trainer, pl_module):

0 commit comments

Comments
 (0)