yjh0410 2 yıl önce
ebeveyn
işleme
5df731f067
2 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 1 1
      config/model_config/rtcdet_config.py
  2. 1 1
      train_multi_gpus.sh

+ 1 - 1
config/model_config/rtcdet_config.py

@@ -265,7 +265,7 @@ rtcdet_cfg = {
         'head_depthwise': False,
         # ---------------- Train config ----------------
         ## Input
-        'multi_scale': [0.5, 1.25], # 320 -> 800
+        'multi_scale': [0.5, 1.5], # 320 -> 960
         'trans_type': 'yolox_medium',
         # ---------------- Assignment config ----------------
         ## Matcher

+ 1 - 1
train_multi_gpus.sh

@@ -5,7 +5,7 @@ python -m torch.distributed.run --nproc_per_node=8 train.py \
                                                     -d coco \
                                                     --root /data/datasets/ \
                                                     -m rtcdet_m \
-                                                    -bs 128 \
+                                                    -bs 64 \
                                                     -size 640 \
                                                     --wp_epoch 3 \
                                                     --max_epoch 300 \