Bvicii commited on
Commit
ee83c75
·
verified ·
1 Parent(s): 49d6138

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +17 -2
config.json CHANGED
@@ -106,7 +106,22 @@
106
  2,
107
  1
108
  ],
109
- "use_learnable_affine_block": false
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
110
  },
111
  "batch_norm_eps": 1e-05,
112
  "box_noise_scale": 1.0,
@@ -176,4 +191,4 @@
176
  "weight_loss_giou": 2.0,
177
  "weight_loss_vfl": 1.0,
178
  "with_box_refine": true
179
- }
 
106
  2,
107
  1
108
  ],
109
+ "use_learnable_affine_block": false,
110
+ "return_idx": [
111
+ 1,
112
+ 2,
113
+ 3
114
+ ],
115
+ "freeze_stem_only": true,
116
+ "freeze_at": 0,
117
+ "freeze_norm": false,
118
+ "lr_mult_list": [
119
+ 0.05,
120
+ 0.05,
121
+ 0.1,
122
+ 0.15,
123
+ 0.2
124
+ ]
125
  },
126
  "batch_norm_eps": 1e-05,
127
  "box_noise_scale": 1.0,
 
191
  "weight_loss_giou": 2.0,
192
  "weight_loss_vfl": 1.0,
193
  "with_box_refine": true
194
+ }