Open PANPEIWEN opened 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
parser.add_argument('--local_rank', type=int, default=-1, help='DDP parameter, do not modify')
DDP training command.
https://github.com/WongKinYiu/yolov7#training
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