ductai199x commited on
Commit
a67fae8
·
verified ·
1 Parent(s): e3a8675

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +19 -10
config.json CHANGED
@@ -1,17 +1,26 @@
1
  {
2
- "comparenet_config": {
3
- "hidden_dim": 2048,
4
- "output_dim": 64
 
 
 
 
5
  },
6
- "fast_sim_mode": true,
7
  "fe_config": {
8
- "is_constrained": false,
 
9
  "num_classes": 0,
10
  "num_filters": 6,
11
- "patch_size": 128,
12
- "variant": "p128"
13
  },
 
 
 
 
 
14
  "loc_threshold": 0.3,
15
- "need_input_255": true,
16
- "stride_ratio": 0.5
17
- }
 
1
  {
2
+ "_commit_hash": null,
3
+ "architecture": [
4
+ "FsgModel"
5
+ ],
6
+ "auto_map": {
7
+ "AutoConfig": "configuration.FsgConfig",
8
+ "AutoModel": "modeling_fsg.FsgModel"
9
  },
10
+ "model_type": "fsg",
11
  "fe_config": {
12
+ "patch_size": 128,
13
+ "variant": "p128",
14
  "num_classes": 0,
15
  "num_filters": 6,
16
+ "is_constrained": false
 
17
  },
18
+ "comparenet_config": {
19
+ "hidden_dim": 2048,
20
+ "output_dim": 64
21
+ },
22
+ "fast_sim_mode": true,
23
  "loc_threshold": 0.3,
24
+ "stride_ratio": 0.5,
25
+ "need_input_255": true
26
+ }