File size: 579 Bytes
d9e1e3e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
38
39
40
41
{
  "ape": false,
  "base_win_size": [
    8,
    8
  ],
  "depths": [
    6,
    6,
    6,
    6
  ],
  "drop_path_rate": 0.0,
  "drop_rate": 0.0,
  "embed_dim": 60,
  "hier_win_ratios": [
    0.5,
    1,
    2,
    4,
    6,
    8
  ],
  "img_range": 1.0,
  "img_size": 64,
  "in_chans": 3,
  "mlp_ratio": 2.0,
  "num_heads": [
    6,
    6,
    6,
    6
  ],
  "patch_norm": true,
  "patch_size": 1,
  "resi_connection": "1conv",
  "upsampler": "pixelshuffledirect",
  "upscale": 4,
  "use_checkpoint": false,
  "value_drop_rate": 0.0
}