Skip to content

Commit

Permalink
removed pdb
Browse files Browse the repository at this point in the history
  • Loading branch information
lezwon committed Aug 22, 2020
1 parent b799b2e commit 8ac6eeb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pytorch_lightning/trainer/distrib_data_parallel.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,6 @@ def transfer_distrib_spawn_state_on_fit_end(self, model, mp_queue, results):
rank_zero_warn('cleaning up ddp environment...')
# todo, pass complete checkpoint as state dictionary
if self.is_global_zero:
import pdb; pdb.set_trace()
mp_queue.put(best_model_path)
mp_queue.put(results)

Expand Down

0 comments on commit 8ac6eeb

Please sign in to comment.