diff --git a/pytorch_lightning/models/trainer.py b/pytorch_lightning/models/trainer.py index f7bc01d2..5f7a53de 100644 --- a/pytorch_lightning/models/trainer.py +++ b/pytorch_lightning/models/trainer.py @@ -268,6 +268,7 @@ class Trainer(TrainerIO): # ----------------- # RUN VALIDATION STEP # ----------------- + pdb.set_trace() if self.use_ddp: output = model(data_batch, batch_i) elif self.use_dp: