Parcourir la source

debug YOLOvx-X with bs=8

yjh0410 il y a 2 ans
Parent
commit
62d894abb2
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      train.sh

+ 2 - 2
train.sh

@@ -3,8 +3,8 @@ python train.py \
         --cuda \
         -d coco \
         --root /mnt/share/ssd2/dataset/ \
-        -m yolox_n \
-        -bs 64 \
+        -m yolovx_x \
+        -bs 8 \
         -size 640 \
         --wp_epoch 3 \
         --max_epoch 300 \