Explorar el Código

debug YOLOvx-X with bs=12

yjh0410 hace 2 años
padre
commit
dd0a505b5b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 \