File size: 464 Bytes
007d9f7
92c3ecb
007d9f7
92c3ecb
007d9f7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "model_type": "swin2sr",
  "architectures": [
    "AnimeSwin2SR"
  ],
  "task": "image-super-resolution",
  "scale": 2,
  "in_channels": 3,
  "embed_dim": 96,
  "depths": [
    6,
    6,
    6,
    6
  ],
  "num_heads": [
    6,
    6,
    6,
    6
  ],
  "window_size": 8,
  "mlp_ratio": 4.0,
  "qkv_bias": true,
  "drop_rate": 0.0,
  "attn_drop_rate": 0.0,
  "drop_path_rate": 0.1,
  "library_name": "pytorch",
  "framework": "pytorch",
  "license": "mit"
}