dog-qiuqiu / FastestDet

:zap: A newly designed ultra lightweight anchor free target detection algorithm, weight only 250K parameters, reduces the time consumption by 10% compared with yolo-fastest, and the post-processing is simpler
BSD 3-Clause "New" or "Revised" License
768 stars 131 forks source link

multi-GPU training #10

Open songtf525 opened 2 years ago

songtf525 commented 2 years ago

Do you plan to train an architecture like yolov5 on multiple GPUs, which is more friendly to the use of large-scale data?

dog-qiuqiu commented 2 years ago

ok,I will complete DDP configuration