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 3e1b92d commit eaa4147
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ def is_global_zero(self) -> bool:
@abstractmethod
def reduce(self, output, *args, **kwargs):
"""Reduces the given output (e.g. across GPUs/Processes)"""
raise NotImplementedError

@abstractmethod
def barrier(self, name: Optional[str] = None):
Expand Down

0 comments on commit eaa4147

Please sign in to comment.