Skip to content

Commit

Permalink
Update pytorch_lightning/plugins/training_type/training_type_plugin.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
  • Loading branch information
justusschock and Borda committed Jan 30, 2021
1 parent eaa4147 commit e35f64c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ def reduce(self, output, *args, **kwargs):
@abstractmethod
def barrier(self, name: Optional[str] = None):
"""Forces all possibly joined processes to wait for each other"""
raise NotImplementedError

@abstractmethod
def broadcast(self, obj: object, src: int = 0) -> object:
Expand Down

0 comments on commit e35f64c

Please sign in to comment.