File size: 601 Bytes
2ad8c7f | 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 | {
"architecture": "naflexvit_base_patch16_siglip",
"num_classes": 0,
"num_features": 384,
"global_pool": "map",
"pretrained_cfg": {
"tag": "v2_webli",
"custom_load": false,
"input_size": [
3,
384,
384
],
"fixed_input_size": false,
"interpolation": "bicubic",
"crop_pct": 1.0,
"crop_mode": "center",
"mean": [
0.5,
0.5,
0.5
],
"std": [
0.5,
0.5,
0.5
],
"num_classes": 0,
"pool_size": null,
"first_conv": "embeds.proj",
"classifier": "head",
"license": "apache-2.0"
}
} |