AbstractPhil commited on
Commit
ea86ebc
·
verified ·
1 Parent(s): 4cd439a

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +20 -0
config.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "superposition_patch_classifier",
3
+ "embed_dim": 128,
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
+ }