From 88606c581f88c46617eb31aee8e28b8968ed7658 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Tue, 25 Jun 2019 20:22:59 -0400 Subject: [PATCH] updated args --- pytorch_lightning/models/trainer.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pytorch_lightning/models/trainer.py b/pytorch_lightning/models/trainer.py index 671512f8..f5264b79 100644 --- a/pytorch_lightning/models/trainer.py +++ b/pytorch_lightning/models/trainer.py @@ -218,7 +218,6 @@ class Trainer(TrainerIO): # enable gradients to save memory torch.set_grad_enabled(True) - pdb.set_trace() return val_results def __get_dataloaders(self, model):