From b8ce4adfa8988c503f2337e5aaa73d7e8c7e0281 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Wed, 7 Aug 2019 07:55:47 -0400 Subject: [PATCH] debug --- pytorch_lightning/models/trainer.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pytorch_lightning/models/trainer.py b/pytorch_lightning/models/trainer.py index 07dedd5330..1ba85202c9 100644 --- a/pytorch_lightning/models/trainer.py +++ b/pytorch_lightning/models/trainer.py @@ -630,6 +630,8 @@ 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