Update config.json
Browse files- config.json +19 -10
config.json
CHANGED
|
@@ -1,17 +1,26 @@
|
|
| 1 |
{
|
| 2 |
-
"
|
| 3 |
-
|
| 4 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
},
|
| 6 |
-
"
|
| 7 |
"fe_config": {
|
| 8 |
-
"
|
|
|
|
| 9 |
"num_classes": 0,
|
| 10 |
"num_filters": 6,
|
| 11 |
-
"
|
| 12 |
-
"variant": "p128"
|
| 13 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
"loc_threshold": 0.3,
|
| 15 |
-
"
|
| 16 |
-
"
|
| 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 |
+
}
|