tunesformer模型镜像
SDK下载
#安装ModelScope
pip install modelscope
#SDK模型下载
from modelscope import snapshot_download
model_dir = snapshot_download('monetjoe/tunesformer-mirror')
Git下载
#Git模型下载
git clone https://www.modelscope.cn/monetjoe/tunesformer-mirror.git
参考引用
[1] https://huggingface.co/sander-wood/tunesformer
[2] https://github.com/sander-wood/tunesformer
评论