Ver código fonte

debug YOLOX-style Transform with Rotation

yjh0410 2 anos atrás
pai
commit
a203d3c911
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3 3
      train.sh

+ 3 - 3
train.sh

@@ -7,9 +7,9 @@ python train.py \
         -bs 16 \
         -size 640 \
         --wp_epoch 1 \
-        --max_epoch 30 \
-        --eval_epoch 5 \
-        --no_aug_epoch 20 \
+        --max_epoch 5 \
+        --eval_epoch 1 \
+        --no_aug_epoch 2 \
         --ema \
         --fp16 \
         --multi_scale \