mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-09 11:32:07 +08:00
set dp as default backend
This commit is contained in:
@@ -154,7 +154,6 @@ def parallel_apply(modules, inputs, kwargs_tup=None, devices=None):
|
||||
|
||||
# ---------------
|
||||
# CHANGE
|
||||
pdb.set_trace()
|
||||
if module.training:
|
||||
output = module.training_step(*input, **kwargs)
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user