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 Aug 11, 2020
1 parent 2ba7d73 commit e23ffbc
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 @@ -79,7 +79,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 e23ffbc

Please sign in to comment.