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 Jul 11, 2020
1 parent 5dce449 commit 89c27d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytorch_lightning/trainer/distrib_parts.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def tpu_train(self, tpu_core_idx, model):
model.prepare_data()
self._is_data_prepared = True

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

# call setup after the ddp process has connected
self.setup('fit')
Expand Down

0 comments on commit 89c27d4

Please sign in to comment.