Explorar el Código

update RTCDet

yjh0410 hace 1 año
padre
commit
06dd238cd2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      train.sh

+ 1 - 1
train.sh

@@ -19,7 +19,7 @@ if [[ $MODEL == *"rtdetr"* ]]; then
     FIND_UNUSED_PARAMS=True
 elif [[ $MODEL == *"rtcdet"* ]]; then
     # Epoch setting
-    MAX_EPOCH=300
+    MAX_EPOCH=400
     WP_EPOCH=3
     EVAL_EPOCH=10
     NO_AUG_EPOCH=20