maxvanspengler / hyperbolic_learning_library

An extension of the PyTorch library containing various tools for performing deep learning in hyperbolic space.
MIT License
134 stars 9 forks source link

Poincare embeddings tutorial #16

Closed maxvanspengler closed 1 year ago

maxvanspengler commented 1 year ago

Added a Poincare embeddings tutorial.

Fixed the slicing operation of the ManifoldTensor class.

Removed a circular dependency bug by taking Curvature, Euclidean and PoincareBall out of the manifolds module init.