Skip to content

Commit

Permalink
Added tutorial on Sinkhorn divergence (#282)
Browse files Browse the repository at this point in the history
* fixed the docs about the implicit_diff argument

* Added a tutorial for the Sinkhorn divergence

* Updated the list of tutorials

* made requested fixes

* improved myST, comments, added colab

* trigger precommit

* added tildes and ran linter

* lint

* refactored, default epsilon vs bigger one, static_b

* lint

* Trigger commit

* changed a word

* Changed openreview links
  • Loading branch information
gjhuizing authored Mar 28, 2023
1 parent ab256de commit 9e709f7
Show file tree
Hide file tree
Showing 4 changed files with 26,872 additions and 11 deletions.
4 changes: 2 additions & 2 deletions docs/references.bib
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ @misc{richter-powell:21
@inproceedings{bunne:22,
author = {Bunne, Charlotte and Krause, Andreas and marco cuturi},
editor = {Oh, Alice H. and Agarwal, Alekh and Belgrave, Danielle and Cho, Kyunghyun},
url = {https://openreview.net/forum?id=sPNtVVUq7wi},
url = {https://arxiv.org/abs/2206.14262},
booktitle = {Advances in Neural Information Processing Systems},
title = {Supervised Training of Conditional Monge Maps},
year = {2022},
Expand Down Expand Up @@ -582,7 +582,7 @@ @misc{amos:22

@inproceedings{korotin:21,
author = {Korotin, Alexander and Egiazarian, Vage and Asadulaev, Arip and Safin, Alexander and Burnaev, Evgeny},
url = {https://openreview.net/forum?id=bEoxzW_EXsa},
url = {https://arxiv.org/abs/1909.13082},
booktitle = {International Conference on Learning Representations},
title = {Wasserstein-2 Generative Networks},
year = {2021},
Expand Down
1 change: 1 addition & 0 deletions docs/tutorials/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Linear Optimal Transport
notebooks/OTT_&_POT
notebooks/Hessians
notebooks/LRSinkhorn
notebooks/sinkhorn_divergence_gradient_flow

Barycenters
^^^^^^^^^^^
Expand Down
18 changes: 9 additions & 9 deletions docs/tutorials/notebooks/point_clouds.ipynb

Large diffs are not rendered by default.

26,860 changes: 26,860 additions & 0 deletions docs/tutorials/notebooks/sinkhorn_divergence_gradient_flow.ipynb

Large diffs are not rendered by default.

0 comments on commit 9e709f7

Please sign in to comment.