File size: 519 Bytes
613faa7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  "architecture": "DavidBeans",
  "model_type": "david_beans",
  "image_size": 32,
  "patch_size": 4,
  "in_channels": 3,
  "dim": 512,
  "num_layers": 8,
  "num_heads": 8,
  "num_experts": 5,
  "k_neighbors": 32,
  "cantor_weight": 0.3,
  "mlp_ratio": 4.0,
  "scales": [
    256,
    512,
    768
  ],
  "num_classes": 100,
  "use_belly": true,
  "belly_expand": 2.0,
  "contrast_temperature": 0.07,
  "contrast_weight": 0.5,
  "cayley_weight": 0.01,
  "volume_floor": 0.0001,
  "dropout": 0.15,
  "pooling": "cls"
}