Leihuan42

Results 1 issues of Leihuan42

用一张3090训练会出现如下的问题,我的训练命令是python train.py -c configs/dfine/dfine_hgnetv2_l_coco.yml,请问是否有配置选项可以关闭分布式功能。或者说能使用单卡训练dfine吗? Traceback (most recent call last): File "/workspace/D-FINE/src/nn/backbone/hgnetv2.py", line 498, in __init__ if torch.distributed.get_rank() == 0: File "/opt/conda/lib/python3.10/site-packages/torch/distributed/distributed_c10d.py", line 1173, in get_rank default_pg = _get_default_group() File "/opt/conda/lib/python3.10/site-packages/torch/distributed/distributed_c10d.py",...