WongKinYiu / yolov7

Implementation of paper - YOLOv7: Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors
GNU General Public License v3.0
12.99k stars 4.11k forks source link

Distributed training(DDP) #45

Open PANPEIWEN opened 1 year ago

PANPEIWEN commented 1 year ago

why write here parser.add_argument('--local_rank', type=int, default=-1, help='DDP parameter, do not modify'),if i want to use DDP, should i change to 0

WongKinYiu commented 1 year ago

DDP training command.

https://github.com/WongKinYiu/yolov7#training