【发布时间】:2021-03-03 22:39:21
【问题描述】:
我想在https://github.com/yashkant/sam-textvqa 运行预训练数据
【问题讨论】:
标签: python text vision transformer
我想在https://github.com/yashkant/sam-textvqa 运行预训练数据
【问题讨论】:
标签: python text vision transformer
我一直在使用 deepmatcher 解决这个问题。 wiki.en.bin 没有加载的原因是它试图直接从 googledrive 下载文件,即使它没有明确告诉我正在下载文件。 我为完成这项工作所做的工作是在这张票中找到以下内容: https://github.com/anhaidgroup/deepmatcher/issues/57#issuecomment-684069856
wget https://dl.fbaipublicfiles.com/fasttext/vectors-wiki/wiki.en.zip --directory-prefix=/root/.vector_cache
unzip /root/.vector_cache/wiki.en.zip -d /root/.vector_cache/
rm /root/.vector_cache/wiki.en.vec
确保路径是您的模型所期望的路径,并查看是否有一些特定的路径配置将代码指向 wiki.en.bin。
希望这对您有所帮助,即使它是一个不同的包。
【讨论】: