set dp as default backend

This commit is contained in:
William Falcon
2019-07-18 11:36:48 -04:00
parent 256ca62a3c
commit 63de076765
+1
View File
@@ -268,6 +268,7 @@ class Trainer(TrainerIO):
# -----------------
# RUN VALIDATION STEP
# -----------------
pdb.set_trace()
if self.use_ddp:
output = model(data_batch, batch_i)
elif self.use_dp: