Baikal-Swin-Anime / config.json
SnJake's picture
Update config.json
92c3ecb verified
raw
history blame contribute delete
464 Bytes
{
"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"
}