yjh0410 2 rokov pred
rodič
commit
3f73b5d1ee
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 2 2
      train_ddp.sh

+ 2 - 2
train_ddp.sh

@@ -1,5 +1,5 @@
 # train YOLO with 4 GPUs
-# 使用8张GPU来训练YOLO
+# 使用 8 GPU来训练YOLO
 python -m torch.distributed.run --nproc_per_node=8 train.py \
                                                     --cuda \
                                                     -dist \
@@ -16,4 +16,4 @@ python -m torch.distributed.run --nproc_per_node=8 train.py \
                                                     --fp16 \
                                                     --sybn \
                                                     --multi_scale \
-                                                    --resume weights/coco/yolovx_s/yolovx_s_best.pth \
+                                                    # --resume weights/coco/yolovx_s/yolovx_s_best.pth \