Skip to content

Commit dc55fd5

Browse files
committed
Update early_stopping.py
1 parent 8789aa5 commit dc55fd5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pytorch_lightning/callbacks/early_stopping.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ def on_train_epoch_end(self, trainer, pl_module, outputs) -> None:
146146
return
147147
self._run_early_stopping_check(trainer)
148148

149-
150149
def on_validation_end(self, trainer, pl_module):
151150
if self.during_training or self._should_skip_check(trainer):
152151
return

0 commit comments

Comments
 (0)