Skip to content

Commit 4d2c127

Browse files
committed
Fixes #2455
1 parent 59dff54 commit 4d2c127

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
@@ -152,6 +152,7 @@ def _run_early_stopping_check(self, trainer, pl_module):
152152
print('RUNNING EARLY STOP CHECK', trainer.global_rank)
153153
print('stop:', trainer.should_stop)
154154
print('epoch', trainer.current_epoch)
155+
print('metric value', self.best_score)
155156
print('-' * 100)
156157

157158
def on_train_end(self, trainer, pl_module):

0 commit comments

Comments
 (0)