Skip to content
This repository has been archived by the owner on May 21, 2023. It is now read-only.

loading wor2vec binary format & gensim 3.3 #2

Closed
parisni opened this issue Feb 24, 2018 · 1 comment
Closed

loading wor2vec binary format & gensim 3.3 #2

parisni opened this issue Feb 24, 2018 · 1 comment
Assignees
Labels

Comments

@parisni
Copy link

parisni commented Feb 24, 2018

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

@jtourille jtourille self-assigned this Mar 23, 2018
@jtourille jtourille added the bug label Mar 23, 2018
@jtourille
Copy link
Owner

jtourille commented Mar 23, 2018

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).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants