Skip to content

Commit 278a1aa

Browse files
update README.md
1 parent 9db794b commit 278a1aa

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ POT provides the following generic OT solvers (links to examples):
3636
* [Partial Wasserstein and Gromov-Wasserstein](https://pythonot.github.io/auto_examples/unbalanced-partial/plot_partial_wass_and_gromov.html) (exact [29] and entropic [3]
3737
formulations).
3838
* [Sliced Wasserstein](https://pythonot.github.io/auto_examples/sliced-wasserstein/plot_variance.html) [31, 32] and Max-sliced Wasserstein [35] that can be used for gradient flows [36].
39+
* [Graph Dictionary Learning solvers](https://pythonot.github.io/auto_examples/gromov/plot_gromov_wasserstein_dictionary_learning.html) [38].
3940
* [Several backends](https://pythonot.github.io/quickstart.html#solving-ot-with-multiple-backends) for easy use of POT with [Pytorch](https://pytorch.org/)/[jax](https://github.com/google/jax)/[Numpy](https://numpy.org/)/[Cupy](https://cupy.dev/)/[Tensorflow](https://www.tensorflow.org/) arrays.
4041

4142
POT provides the following Machine Learning related solvers:
@@ -198,6 +199,7 @@ The contributors to this library are
198199
* [Tanguy Kerdoncuff](https://hv0nnus.github.io/) (Sampled Gromov Wasserstein)
199200
* [Minhui Huang](https://mhhuang95.github.io) (Projection Robust Wasserstein Distance)
200201
* [Nathan Cassereau](https://github.com/ncassereau-idris) (Backends)
202+
* [Cédric Vincent-Cuaz](https://github.com/cedricvincentcuaz) (Graph Dictionary Learning)
201203

202204
This toolbox benefit a lot from open source research and we would like to thank the following persons for providing some code (in various languages):
203205

test/test_gromov.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# Author: Erwan Vautier <erwan.vautier@gmail.com>
44
# Nicolas Courty <ncourty@irisa.fr>
55
# Titouan Vayer <titouan.vayer@irisa.fr>
6+
# Cédric Vincent-Cuaz <cedric.vincent-cuaz@inria.fr>
67
#
78
# License: MIT License
89

0 commit comments

Comments
 (0)