You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone,
It seems that there is a mistake in ot/bregman.py for the following function:
barycenter_sinkhorn
line 1123 : u = (geometricMean(UKv) / UKv.T).T
geometricMean(UKv) should be replaced by geometricBar(UKv, weights) if we do as in: https://github.com/gpeyre/2014-SISC-BregmanOT/tree/master/code/barycenters
(I tested with Gaussians, and it seems that I am correct)