-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mnist example get loss nan #13
Comments
when i commented out the code for self.tp and self.mlr and turn in Euclidean space to classificiation it not get nan result |
Hi @leymir , I am also getting nan in mnist example. How to resolve this? |
@07Agarg When I adjust the c to 0.05 acorroding to the paper no longer get nan. |
@KhrulkovV @leymir I still have a confusion, in the paper the c means the radius of the ball, but in the source code it means ball negative curvature , is this a wrong comment? |
Solved my issue. Thanks @aichifandefan ! |
when i run the mnist example i get the loss is nan, is the ToPoincare cause result?
The text was updated successfully, but these errors were encountered: