Skip to content

Commit 0c0fde5

Browse files
committed
Bug cuda w_circle + gradient ssw
1 parent 4e7f0bb commit 0c0fde5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ot/lp/solver_1d.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ def binary_search_circle(u_values, v_values, u_weights=None, v_weights=None, p=1
600600
601601
using e.g. ot.utils.get_coordinate_circle(x)
602602
603-
The function runs on backend but tensorflow is not supported.
603+
The function runs on backend but tensorflow and jax are not supported.
604604
605605
Parameters
606606
----------
@@ -743,7 +743,7 @@ def wasserstein1_circle(u_values, v_values, u_weights=None, v_weights=None, requ
743743
takes the value modulo 1.
744744
If the values are on :math:`S^1\subset\mathbb{R}^2`, first find the coordinates
745745
using e.g. the atan2 function.
746-
The function runs on backend but tensorflow is not supported.
746+
The function runs on backend but tensorflow and jax are not supported.
747747
748748
.. math::
749749
W_1(u,v) = \int_0^1 |F_u(t)-F_v(t)-LevMed(F_u-F_v)|\ \mathrm{d}t
@@ -864,7 +864,7 @@ def wasserstein_circle(u_values, v_values, u_weights=None, v_weights=None, p=1,
864864
865865
using e.g. ot.utils.get_coordinate_circle(x)
866866
867-
The function runs on backend but tensorflow is not supported.
867+
The function runs on backend but tensorflow and jax are not supported.
868868
869869
Parameters
870870
----------

ot/sliced.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ def sliced_wasserstein_sphere(X_s, X_t, a=None, b=None, n_projections=50,
271271
272272
- :math:`P^U_\# \mu` stands for the pushforwards of the projection :math:`\forall x\in S^{d-1},\ P^U(x) = \frac{U^Tx}{\|U^Tx\|_2}`
273273
274-
The function runs on backend but tensorflow is not supported.
274+
The function runs on backend but tensorflow and jax are not supported.
275275
276276
Parameters
277277
----------

0 commit comments

Comments
 (0)