Przeglądaj źródła

debug DDP train

yjh0410 2 lat temu
rodzic
commit
cc1de620ba
1 zmienionych plików z 1 dodań i 1 usunięć
  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 \
                                                     --cuda \
                                                     -dist \
-                                                    -d voc \
+                                                    -d coco \
                                                     --root /data/datasets/ \
                                                     -m yolovx_n \
                                                     -bs 64 \