We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeaa6b2 commit 79ae66dCopy full SHA for 79ae66d
pytorch_lightning/accelerators/ddp_accelerator.py
@@ -39,7 +39,7 @@
39
40
class DDPAccelerator(Accelerator):
41
42
- def __init__(self, trainer, cluster_environment=None, ddp_plugin=None):
+ def __init__(self, trainer=None, cluster_environment=None, ddp_plugin=None):
43
"""
44
Runs training using DDP strategy on a single machine (manually, not via cluster start)
45
0 commit comments