Skip to content

Commit beeee3a

Browse files
committed
Fixes #2455
1 parent 9874b5e commit beeee3a

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
@@ -157,6 +157,7 @@ def _run_early_stopping_check(self, trainer, pl_module):
157157

158158
# do actual stop
159159
if should_stop:
160+
print(f'RANK: {trainer.global_rank}, STOPPING...')
160161
self.stopped_epoch = trainer.current_epoch
161162
trainer.should_stop = True
162163

0 commit comments

Comments
 (0)