We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ee6ee2 commit fc6338eCopy full SHA for fc6338e
pytorch_lightning/plugins/training_type/ddp.py
@@ -106,7 +106,7 @@ def __init__(
106
self._ddp_comm_wrapper = ddp_comm_wrapper
107
self._pids: Optional[List[int]] = None
108
self._sync_dir: Optional[str] = None
109
- self._has_initialized_ddp: bool = False
+ self._has_initialized_ddp = False
110
self.set_world_ranks()
111
112
@property
0 commit comments