We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在doc2vec_sim.py这个文件中一运行到 model = g.Doc2Vec.load(model_path),就报错。 具体报错信息:_pickle.unpickingError:invalid load key '\xca' 报错环境: Linux-4,15-1032-x86_64-with-debian-stretch-sid GCC 5.4.0 20160609 python3.6.5 gensim=3.7.3 numpy=1.15.1 scipy=1.1.0 FAST_VERSION 1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
在doc2vec_sim.py这个文件中一运行到 model = g.Doc2Vec.load(model_path),就报错。
具体报错信息:_pickle.unpickingError:invalid load key '\xca'
报错环境:
Linux-4,15-1032-x86_64-with-debian-stretch-sid
GCC 5.4.0 20160609
python3.6.5
gensim=3.7.3
numpy=1.15.1
scipy=1.1.0
FAST_VERSION 1
The text was updated successfully, but these errors were encountered: