-
Notifications
You must be signed in to change notification settings - Fork 56
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
Grad check failed #3
Comments
You need to input the point-clouds as in the Bx3xN format, since by default, earth_mover_distance has transpose=True. |
my bad for the confusion. i fixed
throws
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Your implementation failed grad check.
One bug is perhaps here and here. Probably you want to cast a value to
scalar_t
before the division.I am not familiar with CUDA so couldn't get any further. You have any idea how to solve this?
The text was updated successfully, but these errors were encountered: