浏览代码

train YOLOX-S with RTMDet Trainer on COCO

yjh0410 2 年之前
父节点
当前提交
75745009a5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      train.sh

+ 1 - 1
train.sh

@@ -4,7 +4,7 @@ python train.py \
         -d coco \
         --root /mnt/share/ssd2/dataset/ \
         -m yolox_s \
-        -bs 64 \
+        -bs 128 \
         -size 640 \
         --wp_epoch 3 \
         --max_epoch 300 \