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 authored Jan 30, 2021
1 parent 0301c03 commit 3e1b92d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ def model_to_device(self):
@abstractmethod
def is_global_zero(self) -> bool:
"""Whether the current process is the rank zero process not only on the local node, but for all nodes."""
raise NotImplementedError

@abstractmethod
def reduce(self, output, *args, **kwargs):
Expand Down

0 comments on commit 3e1b92d

Please sign in to comment.