Skip to content

Commit 5a2ebfa

Browse files
committed
Corrections on Gromov
1 parent 84c2723 commit 5a2ebfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ot/gromov.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def update_square_loss(p, lambdas, T, Cs):
158158
Parameters
159159
----------
160160
p : ndarray, shape (N,)
161-
weights in the targeted barycenter
161+
masses in the targeted barycenter
162162
lambdas : list of float
163163
list of the S spaces' weights
164164
T : list of S np.ndarray(ns,N)
@@ -401,7 +401,7 @@ def gromov_barycenters(N, Cs, ps, p, lambdas, loss_fun, epsilon,
401401
weights in the targeted barycenter
402402
lambdas : list of float
403403
list of the S spaces' weights
404-
L : tensor-matrix multiplication function based on specific loss function
404+
loss_fun : tensor-matrix multiplication function based on specific loss function
405405
update : function(p,lambdas,T,Cs) that updates C according to a specific Kernel
406406
with the S Ts couplings calculated at each iteration
407407
epsilon : float

0 commit comments

Comments
 (0)