瀏覽代碼

debug YOLOvx-X with bs=12

yjh0410 2 年之前
父節點
當前提交
dd0a505b5b
共有 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 yolovx_x \
-        -bs 8 \
+        -bs 12 \
         -size 640 \
         --wp_epoch 3 \
         --max_epoch 300 \