1 Star 0 Fork 0

GeorgeZhou/ml-mobileclip

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
get_pretrained_models.sh 690 Bytes
一键复制 编辑 原始数据 按行查看 历史
Pavan Kumar Anasosalu Vasu 提交于 2024-03-04 10:04 . first commit
#!/usr/bin/env bash
#
# For licensing see accompanying LICENSE file.
# Copyright (C) 2024 Apple Inc. All Rights Reserved.
#
mkdir -p checkpoints
wget https://docs-assets.developer.apple.com/ml-research/datasets/mobileclip/mobileclip_b.pt -P checkpoints
wget https://docs-assets.developer.apple.com/ml-research/datasets/mobileclip/mobileclip_blt.pt -P checkpoints
wget https://docs-assets.developer.apple.com/ml-research/datasets/mobileclip/mobileclip_s0.pt -P checkpoints
wget https://docs-assets.developer.apple.com/ml-research/datasets/mobileclip/mobileclip_s1.pt -P checkpoints
wget https://docs-assets.developer.apple.com/ml-research/datasets/mobileclip/mobileclip_s2.pt -P checkpoints
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/georgezhou01/ml-mobileclip.git
git@gitee.com:georgezhou01/ml-mobileclip.git
georgezhou01
ml-mobileclip
ml-mobileclip
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385