alex-tifrea / poincare_glove

Implementation of the "Poincare Glove: Hyperbolic word embeddings" paper
GNU Lesser General Public License v2.1
83 stars 20 forks source link

cannot import name 'WordEmbCheckpointSaver' from 'gensim.models.callbacks' #11

Closed pritomsaha closed 3 years ago

pritomsaha commented 3 years ago

I am encountering this problem when running ./run_glove.h....

ayushbits commented 3 years ago

Hi @pritomsaha , I am facing the same problem. How did you solve this issue ?

ayushbits commented 3 years ago

Mentioning the solution for other users:

Do not pre-install gensim library in your environment and remove if pre-installed. and follow the installation instructions given in the repo.

gullirg commented 3 years ago

Hi @ayushbits, I followed the installation instructions given in the repo but I'm still getting the issue:

ImportError: cannot import name 'WordEmbCheckpointSaver' from 'gensim.models.callbacks'

Any idea of how to solve this?