Browse Source

set com_dim = 300

yjh0410 2 years ago
parent
commit
0ec56185de
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/model_config/rtdetr_config.py

+ 1 - 1
config/model_config/rtdetr_config.py

@@ -32,7 +32,7 @@ rtdetr_cfg = {
         'fpn_norm': 'BN',
         'fpn_norm': 'BN',
         'fpn_depthwise': False,
         'fpn_depthwise': False,
         ## ------- Memory Decoder -------
         ## ------- Memory Decoder -------
-        'dim_compressed': 900,
+        'dim_compressed': 300,
         'com_dim_feedforward': 1024,
         'com_dim_feedforward': 1024,
         'com_num_heads': 8,
         'com_num_heads': 8,
         'com_dropout': 0.1,
         'com_dropout': 0.1,