Browse Source

train RTCDet-T on COCO

yjh0410 2 năm trước cách đây
mục cha
commit
04f2a07264
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      train_multi_gpus.sh

+ 1 - 1
train_multi_gpus.sh

@@ -4,7 +4,7 @@ python -m torch.distributed.run --nproc_per_node=8 train.py \
                                                     -dist \
                                                     -d coco \
                                                     --root /data/datasets/ \
-                                                    -m rtcdet_s \
+                                                    -m rtcdet_t \
                                                     -bs 128 \
                                                     -size 640 \
                                                     --wp_epoch 3 \