Selaa lähdekoodia

train YOLOvx-S

yjh0410 2 vuotta sitten
vanhempi
sitoutus
b0a0af667a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      train_ddp.sh

+ 1 - 1
train_ddp.sh

@@ -1,6 +1,6 @@
 # train YOLO with 4 GPUs
 # 使用4张GPU来训练YOLO
-python -m torch.distributed.run --nproc_per_node=4 train.py \
+python -m torch.distributed.run --nproc_per_node=8 train.py \
                                                     --cuda \
                                                     -dist \
                                                     -d coco \