From 27e88fde31765872131a275255fcdd915f359615 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Wed, 7 Aug 2019 07:57:03 -0400 Subject: [PATCH] debug --- pytorch_lightning/models/trainer.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pytorch_lightning/models/trainer.py b/pytorch_lightning/models/trainer.py index 1ba85202c9..07dedd5330 100644 --- a/pytorch_lightning/models/trainer.py +++ b/pytorch_lightning/models/trainer.py @@ -630,8 +630,6 @@ class Trainer(TrainerIO): self.model = model # restore training and model before hpc call - import pdb - pdb.set_trace() self.restore_state_if_existing_checkpoint() # enable cluster checkpointing