-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
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
gensim版本问题 #1
Comments
你好哦,之前使用的版没有记下来。请问有没有下载全部的模型文件并放到model文件夹下呢?可以把具体报错信息复制一下么? |
我之后更新一个requirements.txt文件吧 |
嗯我已经把所有文件都下载了 `AttributeError Traceback (most recent call last) C:\Anaconda3\lib\site-packages\gensim\models\base_any2vec.py in load(cls, *args, **kwargs) C:\Anaconda3\lib\site-packages\gensim\models\base_any2vec.py in load(cls, fname_or_handle, **kwargs) C:\Anaconda3\lib\site-packages\gensim\utils.py in load(cls, fname, mmap) C:\Anaconda3\lib\site-packages\gensim\utils.py in unpickle(fname) AttributeError: Can't get attribute 'DocvecsArray' on <module 'gensim.models.doc2vec' from 'C:\Anaconda3\lib\site-packages\gensim\models\doc2vec.py'> During handling of the above exception, another exception occurred: AttributeError Traceback (most recent call last) C:\Anaconda3\lib\site-packages\gensim\models\doc2vec.py in load(cls, *args, **kwargs) C:\Anaconda3\lib\site-packages\gensim\models\deprecated\doc2vec.py in load_old_doc2vec(*args, **kwargs) AttributeError: 'Doc2Vec' object has no attribute 'running_training_loss' |
piskvorky/gensim#1977 |
不过你也可以选择下载一份wiki数据 从头训练,我的破机器那时候训练也就用了3-4个小时而已 :) |
好的好的 感谢回复 |
你好,我想问一下你训练模型时gensim版本是多少?
我直接载入你已经训练好的模型会报错
The text was updated successfully, but these errors were encountered: