Sfoglia il codice sorgente

debug multi-scale of rtdetr

yjh0410 2 anni fa
parent
commit
47826991b3
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      train.sh

+ 1 - 1
train.sh

@@ -6,7 +6,7 @@ python train.py \
         -m rtdetr_n \
         -bs 16 \
         -size 640 \
-        --wp_epoch 3 \
+        --wp_epoch 1 \
         --max_epoch 150 \
         --eval_epoch 10 \
         --ema \