소스 검색

set com_dim = 300

yjh0410 2 년 전
부모
커밋
0ec56185de
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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,