Skip to content

Commit 63addd0

Browse files
committed
ddp fix
1 parent a24c88a commit 63addd0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pytorch_lightning/trainer/distrib_data_parallel.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,6 @@ def save_spawn_weights(self, model):
378378
:param model:
379379
:return:
380380
"""
381-
import pdb; pdb.set_trace()
382381
if self.proc_rank == 0:
383382
path = os.path.join(self.default_root_dir, '__temp_weight_ddp_end.ckpt')
384383
self.save_checkpoint(path)

0 commit comments

Comments
 (0)