File size: 515 Bytes
71842b0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
29
30
31
32
33
34
35
36
37
{
  "ape": false,
  "attn_drop_rate": 0.0,
  "depths": [
    2,
    2,
    18,
    2
  ],
  "drop_path_rate": 0.2,
  "drop_rate": 0.0,
  "embed_dim": 128,
  "img_size": 256,
  "in_chans": 3,
  "mlp_ratio": 4.0,
  "num_classes": 1000,
  "num_heads": [
    4,
    8,
    16,
    32
  ],
  "output_dim": 512,
  "p": 3.0,
  "patch_norm": true,
  "patch_size": 4,
  "pretrained": null,
  "pretrained_window_sizes": [
    12,
    12,
    12,
    6
  ],
  "qkv_bias": true,
  "use_checkpoint": false,
  "window_size": 16
}