Unable to load KeyedVectors models created with gensim==3.2.0: AttributeError: Can't get attribute 'EuclideanKeyedVectors' #2201
Labels
bug
Issue described a bug
difficulty medium
Medium issue: required good gensim understanding & python skills
Description
Hi there,
I can't seem to be able to load trimmed
KeyedVectors
models created with gensim 3.2.0 with any newer version of gensim (3.3.0 - 3.6.0) because:Steps/Code/Corpus to Reproduce
To replicate:
KeyedVectors
and then save it:pip3.7 install -qU gensim==3.6.0 # same with 3.3.0, 3.4.0 and 3.5.0 too
Expected Results
Model should get loaded and be functional.
Actual Results
KeyedVectors.load()
fails with:Versions
The text was updated successfully, but these errors were encountered: