瀏覽代碼

retrain YOLOX-L

yjh0410 2 年之前
父節點
當前提交
b26a5ee2b1
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      train_ddp.sh

+ 2 - 2
train_ddp.sh

@@ -1,6 +1,6 @@
-# train YOLO with 4 GPUs
+# train YOLO with 8 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 \