@@ -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 \