STomoya's picture
Add model
826e319
raw
history blame contribute delete
No virus
649 Bytes
{
"architecture": "swin_tiny_patch4_window7_224",
"num_classes": 1000,
"num_features": 768,
"global_pool": "avg",
"pretrained_cfg": {
"tag": "st_safebooru_1k",
"custom_load": true,
"input_size": [
3,
224,
224
],
"fixed_input_size": true,
"interpolation": "bicubic",
"crop_pct": 0.9,
"crop_mode": "center",
"mean": [
0.6886,
0.6415,
0.6443
],
"std": [
0.183,
0.1852,
0.1849
],
"num_classes": 1000,
"pool_size": [
7,
7
],
"first_conv": "patch_embed.proj",
"classifier": "head.fc",
"license": "mit"
}
}