You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks a lot for sharing your repo. I am new to hyperbolic neural networks, and I learned a lot from your repo.
While i am reading the code of examples/mnist.py, i am curious about why ToPoincare is only applied for x which is calculated by a neural network, whereas, ToPoincare is not applied for p_val in HyperbolicMLR.
Thanks a lot for sharing your repo. I am new to hyperbolic neural networks, and I learned a lot from your repo.
While i am reading the code of examples/mnist.py, i am curious about why
ToPoincare
is only applied for x which is calculated by a neural network, whereas,ToPoincare
is not applied for p_val in HyperbolicMLR.hyperbolic-image-embeddings/hyptorch/nn.py
Line 30 in 6633edb
consider that they are both need a$R^2$ to $D^2$ , won't p_val get a wrong gradient?
expmap0
to map them fromThe text was updated successfully, but these errors were encountered: