Gradient Descent Using Sinkhorn #416
Unanswered
akul-goyal
asked this question in
Q&A
Replies: 1 comment 6 replies
-
This is a bug we fixed in the current master branch and is not yet released. I is very stable and you can install it with: |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I want to implement the following POT example here, but instead of using ot.emd2 I want to use Sinkhorn. I tried to use ot.sinkhorn2, but that strips away the gradients from the results. Is there a different function I can use that will keep the gradients?
Beta Was this translation helpful? Give feedback.
All reactions