Skip to content

DDP accelorator should have 'trainer=none' as default #4843

@edenlightning

Description

@edenlightning

Add to DDP accelerator 'trainer=None' as a first argument (otherwise I cannot pass it to the Trainer instantiation)

https://github.com/PyTorchLightning/pytorch-lightning/blob/master/pytorch_lightning/accelerators/ddp_accelerator.py#L49

class DDPAccelerator(Accelerator):
    def __init__(self, trainer, cluster_environment=None, ddp_plugin=None)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingdesignIncludes a design discussionhelp wantedOpen to be worked on

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions