Przeglądaj źródła

set com_dim = 300

yjh0410 2 lat temu
rodzic
commit
0ec56185de
1 zmienionych plików z 1 dodań i 1 usunięć
  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_depthwise': False,
         ## ------- Memory Decoder -------
-        'dim_compressed': 900,
+        'dim_compressed': 300,
         'com_dim_feedforward': 1024,
         'com_num_heads': 8,
         'com_dropout': 0.1,