Skip to content

Commit

Permalink
remove unused comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ninginthecloud committed Aug 3, 2021
1 parent 7c583e5 commit 3fc1e16
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pytorch_lightning/plugins/training_type/ddp_spawn.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,9 +371,6 @@ def validation_step(self, *args, **kwargs):
return self.lightning_module.validation_step(*args, **kwargs)

def test_step(self, *args, **kwargs):
# if isinstance(self.model, DistributedDataParallel):
# return self.model(*args, **kwargs)
# else:
return self.lightning_module.test_step(*args, **kwargs)

def predict_step(self, *args, **kwargs):
Expand Down

0 comments on commit 3fc1e16

Please sign in to comment.