summaryrefslogtreecommitdiff
path: root/examples/gromov/plot_gromov_barycenter.py
AgeCommit message (Collapse)Author
2022-12-20[MRG] Gromov barycenter example bug (#425)Nathan Cassereau
* bug solve * releases.md
2021-11-03[WIP] Add debiased barycenter (Sinkhorn + convolutional sinkhorn) (#291)Hicham Janati
* add debiased sinkhorn barycenter + make loops pythonic * add debiased arg in tests * add 1d and 2d examples of debiased barycenters * fix doctest * fix flake8 * pep8 + make func private + add convergence warnings * remove rel paths + add rng + pylab to pyplot * fix stopping criterion debiased * pass alex * change params with new API * add logdomain barycenters + separate debiased API * test new API * fix jax read-only ? * raise error for jax * test catch jax error * fix pytest catch error * fix relative path * fix flake8 * add warn arg everywhere * fix ref number * catch warnings in tests * add contrib to readme + change ref number * fix convolution example + gallery thumbnails * increase coverage * fix flake Co-authored-by: Hicham Janati <hicham.janati@inria.fr> Co-authored-by: Rémi Flamary <remi.flamary@gmail.com> Co-authored-by: Alexandre Gramfort <alexandre.gramfort@m4x.org>
2020-05-13rename I to img in examples, since flake8 complains now (#176)D.J. Sutherland
2020-04-24relative path exmaplesRémi Flamary
2020-04-24exmaples in sectionsRémi Flamary