Skip to content

Commit

Permalink
Merge branch 'master' into enhance/fdr_int
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitgr7 authored Dec 8, 2020
2 parents f8248e3 + 79ae66d commit f72f523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytorch_lightning/accelerators/ddp_accelerator.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

class DDPAccelerator(Accelerator):

def __init__(self, trainer, cluster_environment=None, ddp_plugin=None):
def __init__(self, trainer=None, cluster_environment=None, ddp_plugin=None):
"""
Runs training using DDP strategy on a single machine (manually, not via cluster start)
Expand Down

0 comments on commit f72f523

Please sign in to comment.