diff --git a/pytorch_lightning/models/trainer.py b/pytorch_lightning/models/trainer.py index 6d3a72fcf2..9cdbd7c20c 100644 --- a/pytorch_lightning/models/trainer.py +++ b/pytorch_lightning/models/trainer.py @@ -250,7 +250,7 @@ class Trainer(TrainerIO): @property def __tng_tqdm_dic(self): - ForkedPdb().set_trace() + # ForkedPdb().set_trace() tqdm_dic = { 'tng_loss': '{0:.3f}'.format(self.avg_loss), 'v_nb': '{}'.format(self.experiment.version),