Skip to content

Commit

Permalink
Fixes #2455
Browse files Browse the repository at this point in the history
  • Loading branch information
williamFalcon committed Jul 2, 2020
1 parent b32f6d6 commit 59dff54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pytorch_lightning/callbacks/early_stopping.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ def _run_early_stopping_check(self, trainer, pl_module):
print('-' * 100)
print('RUNNING EARLY STOP CHECK', trainer.global_rank)
print('stop:', trainer.should_stop)
print('epoch', trainer.current_epoch)
print('-' * 100)

def on_train_end(self, trainer, pl_module):
Expand Down

0 comments on commit 59dff54

Please sign in to comment.