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 38cc242 commit c7e6cc4Copy full SHA for c7e6cc4
src/lightning/pytorch/strategies/ddp.py
@@ -103,6 +103,7 @@ def __init__(
103
self._process_group_backend: Optional[str] = process_group_backend
104
self._timeout: Optional[timedelta] = timeout
105
self._start_method = start_method
106
+ self._pl_static_graph_delay_done = False
107
108
@property
109
def is_distributed(self) -> bool: # pragma: no-cover
0 commit comments