Pārlūkot izejas kodu

retrain YOLOvx-S

yjh0410 2 gadi atpakaļ
vecāks
revīzija
3f73b5d1ee
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  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 \