Skip to content

ddp fail with new pl_lightning / pytorch #274

@ragier

Description

@ragier

@thibo73800 To reproduce, you can launch a train (detr for example) with this modification if you have only one GPU :

Replace :
accelerator=None if torch.cuda.device_count() <= 1 else "ddp",
by
accelerator="ddp",

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions