Replies: 1 comment
-
Hello, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
Hi there,
I have a project to compute different p-norm Wasserstein distances. I assume the function
ot.dist(p = pnorm)
is used to compute different p-norm cost matrices, which are referred to as "Minkowski distances" in the docstring. However, the following example shows that it does not follow what I expected.And the outputs are
Please let me know if there is any other function that can compute the p-norm function, as well as the 'inf'-norm case.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions