-
- [x] Searched through this repo
- [x] Searched through `poincare-embeddings`
-
Word2Vec, Doc2Vec, FastText, FastSent (#612), Sent2Vec (#1376), 'Doc2VecWithCorruption' (#1159) and others are variants on the same core technique. They should share more code, and perhaps even be imp…
-
Hi,
I cloned the repository and try to replicate the experiment but the embed.py returns me an error that say that` cannot import hypernymysuite`
I checked your other repositories and I found: …
-
Hey,
I may be way out of line here, but I stumbled across your talk "Poincaré Embeddings for
Learning Hierarchical Representations" and I was wondering if you could shed some light on a related p…
-
I have trouble when running as the readme suggests transitive_closure.py. Please help me figure it out. Thanks:
(poincare) jiajunhuang@jiajunhuang-Ubantu01:~/poincare-embeddings/wordnet$ python trans…
-
Hi thank you for this excellent paper. I am trying to run your code on the zinc task with the following command -
python -m torch.distributed.launch --nproc_per_node=1 main.py --task zinc --world_s…
-
The `transitive_closure.py` script creates CSV files for both nouns and mammals sets in WordNet. These are used to train the hyperbolic embeddings in `embed.py`.
If we run the `reconstruction.py` s…
-
Any chance we can get in a poincare metric? I'm working on embeddings in hyperbolic space in the poincare ball model, and would love to get some visualizations of points in the n-d unit balls down to …
-
During Poincare embeddings training, the program often exits with a segmentation fault (core dumped) message.
```
[1073746064, 1073746480] Cannot compute Poincare distance between points. Points n…
-
Thank you for sharing this great code. However, I encountered one valueError when I am trying to reproduce the `train-mammals.sh`. The error information can be as follows:
```terminal
(poincare) C…