facebookresearch / poincare-embeddings

PyTorch implementation of the NIPS-17 paper "Poincaré Embeddings for Learning Hierarchical Representations"
Other
1.68k stars 231 forks source link

Cannot import hypernimysuite #58

Closed NooneBug closed 4 years ago

NooneBug commented 4 years ago

Hi,

I cloned the repository and try to replicate the experiment but the embed.py returns me an error that say thatcannot import hypernymysuite

I checked your other repositories and I found: https://github.com/facebookresearch/hypernymysuite, I cloned and copied the folder hypernymysuite into poincare-embeddings folder and I solved the problem (I think)

This issue is opened only to know if I solved correctly the problem.

Thanks

lematt1991 commented 4 years ago

Yes, sorry you will also need to do

pip install git+https://github.com/facebookresearch/hypernymysuite.git

I'll update the environment.yml file shortly to reflect this updated dependency. Sorry for the confusion!