Skip to content

Commit

Permalink
Update distrib_parts.py
Browse files Browse the repository at this point in the history
  • Loading branch information
williamFalcon authored and Borda committed Sep 7, 2020
1 parent 7c7b7cc commit 0cfcb8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytorch_lightning/accelerators/tpu_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def train(self):
self.trainer.model.prepare_data()
self._is_data_prepared = True

self.trainer.barrier()
self.trainer.barrier('prepare_data')

# train
if self.trainer.tpu_id is not None:
Expand Down

0 comments on commit 0cfcb8a

Please sign in to comment.