@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",`