Adapted PyTorch implementation of Poincaré Embeddings for Learning Hierarchical Representations
Simply clone this repository via
git clone https://github.com/intelligentbiocomputinglab/GGL.git
cd poincare-embeddings
conda env create -f environment.yml
source activate poincare
python setup.py build_ext --inplace