hustvl / MIMDet

[ICCV 2023] You Only Look at One Partial Sequence
https://arxiv.org/abs/2204.02964
MIT License
330 stars 30 forks source link

Distributed package #28

Closed RileyMccon closed 4 months ago

RileyMccon commented 4 months ago

Hi,

I am attempting to train according to this process, however I keep reaching this error: "RuntimeError: Default process group has not been initialized, please make sure to call init_process_group."

I am using the single machine training code and running with 1 GPU.

Thank you for your help