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
13.41k stars 4.22k forks source link

Distributed training(DDP) #45

Open PANPEIWEN opened 2 years ago

PANPEIWEN commented 2 years 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 2 years ago

DDP training command.

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