InST论文复现
论文地址:https://arxiv.org/abs/2211.13203
论文git:https://github.com/zyxElsa/InST
遇到的问题:
1.requests.exceptions.SSLError: HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /openai/clip-vit-large-patch14/resolve/main/vocab.json (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate (_ssl.c:1131)')))
原因:huggingface被科学了==
就到huggingface网站上面下载这个模型,
放到服务器上面的某个位置,然后再改一下代码