You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 21, 2023. It is now read-only.
I am using gensim 3.3
I built a wor2vec binary format.
I had error while loading the file.
This looked related to piskvorky/gensim#1882
I changed model.wv.* to model.* as proposed in the issued above in the wor2vec.py python file
The text was updated successfully, but these errors were encountered:
Thanks for spotting this issue. I added a version requirement for gensim (3.2.0). I will work on a per-version fix later (using model.wv* or model.* depending on the gensim version).
I am using gensim 3.3
I built a wor2vec binary format.
I had error while loading the file.
This looked related to piskvorky/gensim#1882
I changed model.wv.* to model.* as proposed in the issued above in the wor2vec.py python file
The text was updated successfully, but these errors were encountered: