1 Star 0 Fork 1

xufeng/CLIP-convnext_large_d_320.laion2B-s29B-b131K-ft-soup

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
open_clip_config.json 589 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ross Wightman 提交于 2023-02-11 01:37 . Add model
{
"model_cfg": {
"embed_dim": 768,
"vision_cfg": {
"timm_model_name": "convnext_large",
"timm_model_pretrained": false,
"timm_pool": "",
"timm_proj": "mlp",
"timm_drop": 0.0,
"timm_drop_path": 0.1,
"image_size": 320
},
"text_cfg": {
"context_length": 77,
"vocab_size": 49408,
"width": 768,
"heads": 12,
"layers": 16
}
},
"preprocess_cfg": {
"mean": [
0.48145466,
0.4578275,
0.40821073
],
"std": [
0.26862954,
0.26130258,
0.27577711
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lixufeng90/CLIP-convnext_large_d_320.laion2B-s29B-b131K-ft-soup.git
git@gitee.com:lixufeng90/CLIP-convnext_large_d_320.laion2B-s29B-b131K-ft-soup.git
lixufeng90
CLIP-convnext_large_d_320.laion2B-s29B-b131K-ft-soup
CLIP-convnext_large_d_320.laion2B-s29B-b131K-ft-soup
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385