加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
config.json 617 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ross Wightman 提交于 2022-12-22 07:36 . Update model config
{
"architecture": "vit_base_patch32_clip_224",
"num_classes": 512,
"num_features": 768,
"global_pool": "token",
"pretrained_cfg": {
"tag": "openai",
"custom_load": false,
"input_size": [
3,
224,
224
],
"fixed_input_size": true,
"interpolation": "bicubic",
"crop_pct": 0.9,
"crop_mode": "center",
"mean": [
0.48145466,
0.4578275,
0.40821073
],
"std": [
0.26862954,
0.26130258,
0.27577711
],
"num_classes": 512,
"pool_size": null,
"first_conv": "patch_embed.proj",
"classifier": "head"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化