diff --git a/pytorch_lightning/root_module/model_saving.py b/pytorch_lightning/root_module/model_saving.py index 0638f29421..c5831317e5 100644 --- a/pytorch_lightning/root_module/model_saving.py +++ b/pytorch_lightning/root_module/model_saving.py @@ -176,7 +176,6 @@ class TrainerIO(object): model = self.__get_model() # load the state_dict on the model automatically - pdb.set_trace() model.load_state_dict(checkpoint['state_dict']) # call model hook