yoloair
yoloair copied to clipboard
DDP error
Search before asking
- [X] I have searched the YOLOAir issues and found no similar questions.
Question
Traceback (most recent call last):
File "train.py", line 695, in find_unused_parameters=True
to torch.nn.parallel.DistributedDataParallel
, and by
Additional
No response
python -m torch.distributed.run --nproc_per_node 2 train.py --data coco.yaml --cfg ./configs/backbone/yolov5_res2net50.yaml --batch-size 16 --epoch 300 --device 0,1 --weight ''
Does this issue occur when training other model configurations?