{{ message }}
-
Beta Was this translation helpful? Give feedback.
Answered by
rflamary
Oct 28, 2025
Replies: 1 comment 1 reply
-
|
Yes we have implemented proper backward gradient propagation wrt the exact OT objective but keep in mind that for both it corresponds only to sub-gradients since the objective is indeed not differentiable (relu is not either). We have examples that show that you can optimize through our loss in the documentation. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
rflamary
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Yes we have implemented proper backward gradient propagation wrt the exact OT objective but keep in mind that for both it corresponds only to sub-gradients since the objective is indeed not differentiable (relu is not either). We have examples that show that you can optimize through our loss in the documentation.