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 resnet tutorial #17

Closed maxvanspengler closed 1 year ago

maxvanspengler commented 1 year ago

Added a tutorial for Poincare ResNets.

Added an HAvgPool2d operation.

Fixed a bug in the backward pass of the batch normalization.