fix: embed_dim 128→256 to match checkpoint weights
Browse files- config.json +10 -2
config.json
CHANGED
|
@@ -6,8 +6,16 @@
|
|
| 6 |
"n_geometric": 2,
|
| 7 |
"n_heads": 4,
|
| 8 |
"dropout": 0.0,
|
| 9 |
-
"grid_shape": [
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
"num_patches": 64,
|
| 12 |
"local_gate_dim": 11,
|
| 13 |
"structural_gate_dim": 6,
|
|
|
|
| 6 |
"n_geometric": 2,
|
| 7 |
"n_heads": 4,
|
| 8 |
"dropout": 0.0,
|
| 9 |
+
"grid_shape": [
|
| 10 |
+
8,
|
| 11 |
+
16,
|
| 12 |
+
16
|
| 13 |
+
],
|
| 14 |
+
"patch_shape": [
|
| 15 |
+
2,
|
| 16 |
+
4,
|
| 17 |
+
4
|
| 18 |
+
],
|
| 19 |
"num_patches": 64,
|
| 20 |
"local_gate_dim": 11,
|
| 21 |
"structural_gate_dim": 6,
|