Explorar el Código

use RTMDet Trainer for v2

yjh0410 hace 2 años
padre
commit
d30431e52c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      train_single_gpu.sh

+ 1 - 1
train_single_gpu.sh

@@ -10,7 +10,7 @@ python train.py \
         --max_epoch 300 \
         --eval_epoch 10 \
         --no_aug_epoch 15 \
-        --grad_accumulate 8 \
+        --grad_accumulate 1 \
         --ema \
         --fp16 \
         --multi_scale \