Update config.json
Browse files- config.json +18 -26
config.json
CHANGED
|
@@ -1,28 +1,20 @@
|
|
| 1 |
{
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
"local_gate_dim": 11,
|
| 21 |
-
"structural_gate_dim": 6,
|
| 22 |
-
"total_gate_dim": 17,
|
| 23 |
-
"num_classes": 27,
|
| 24 |
-
"num_gates": 5,
|
| 25 |
-
"auto_map": {
|
| 26 |
-
"AutoModel": "geometric_model.SuperpositionPatchClassifier"
|
| 27 |
-
}
|
| 28 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"model_type": "superposition_patch_classifier",
|
| 3 |
+
"embed_dim": 256,
|
| 4 |
+
"patch_dim": 64,
|
| 5 |
+
"n_bootstrap": 2,
|
| 6 |
+
"n_geometric": 2,
|
| 7 |
+
"n_heads": 4,
|
| 8 |
+
"dropout": 0.0,
|
| 9 |
+
"grid_shape": [8, 16, 16],
|
| 10 |
+
"patch_shape": [2, 4, 4],
|
| 11 |
+
"num_patches": 64,
|
| 12 |
+
"local_gate_dim": 11,
|
| 13 |
+
"structural_gate_dim": 6,
|
| 14 |
+
"total_gate_dim": 17,
|
| 15 |
+
"num_classes": 27,
|
| 16 |
+
"num_gates": 5,
|
| 17 |
+
"auto_map": {
|
| 18 |
+
"AutoModel": "geometric_model.SuperpositionPatchClassifier"
|
| 19 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
}
|