Skip to content

Commit

Permalink
tracking progress of gromov-wasserstein (#351)
Browse files Browse the repository at this point in the history
* tracking progress of gromov-wasserstein

* fix: linting issue

* fix: do not expose GWState explicitly

* Update notebook, fix minor issues

---------

Co-authored-by: Michal Klein <[email protected]>
  • Loading branch information
bosr and michalk8 authored Apr 24, 2023
1 parent 73e2b31 commit cd8bd4e
Show file tree
Hide file tree
Showing 5 changed files with 258 additions and 132 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@

intersphinx_mapping = {
"python": ("https://docs.python.org/3", None),
"numpy": ("https://numpy.org/doc/stable/", None),
"jax": ("https://jax.readthedocs.io/en/latest/", None),
"flax": ("https://flax.readthedocs.io/en/latest/", None),
"scikit-sparse": ("https://scikit-sparse.readthedocs.io/en/latest/", None),
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/notebooks/gromov_wasserstein.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -16271,9 +16271,9 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.8"
"version": "3.10.5"
}
},
"nbformat": 4,
"nbformat_minor": 1
"nbformat_minor": 4
}
Loading

0 comments on commit cd8bd4e

Please sign in to comment.