You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's fixed in the latest version of aloception-oss (v0.5.1).
Since v1.8 of lightning, it doesnt accept ddp as value for accelerator anymore. We have strategy for that instead.
@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",
The text was updated successfully, but these errors were encountered: