瀏覽代碼

debug DDP train

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

+ 1 - 1
train_ddp.sh

@@ -3,7 +3,7 @@
 python -m torch.distributed.run --nproc_per_node=4 train.py \
 python -m torch.distributed.run --nproc_per_node=4 train.py \
                                                     --cuda \
                                                     --cuda \
                                                     -dist \
                                                     -dist \
-                                                    -d voc \
+                                                    -d coco \
                                                     --root /data/datasets/ \
                                                     --root /data/datasets/ \
                                                     -m yolovx_n \
                                                     -m yolovx_n \
                                                     -bs 64 \
                                                     -bs 64 \