AbstractPhil commited on
Commit
dd748ac
·
verified ·
1 Parent(s): 5ba3b05

fix: embed_dim 128→256 to match checkpoint weights

Browse files
Files changed (1) hide show
  1. 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": [8, 16, 16],
10
- "patch_shape": [2, 4, 4],
 
 
 
 
 
 
 
 
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,