Skip to content

Commit

Permalink
Update reference
Browse files Browse the repository at this point in the history
  • Loading branch information
michalk8 committed Nov 28, 2023
1 parent 874cb5d commit 0dd1c7d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions docs/references.bib
Original file line number Diff line number Diff line change
Expand Up @@ -806,9 +806,11 @@ @misc{klein:23
year = {2023},
}

@misc{huguet:2022,
title={Geodesic Sinkhorn: optimal transport for high-dimensional datasets},
author={Huguet, Guillaume and Tong, Alexander and Zapatero, Mar{\'\i}a Ramos and Wolf, Guy and Krishnaswamy, Smita},
journal={arXiv preprint arXiv:2211.00805},
year={2022}
@misc{huguet:2023,
author = {Huguet, Guillaume and Tong, Alexander and Zapatero, María Ramos and Tape, Christopher J. and Wolf, Guy and Krishnaswamy, Smita},
eprint = {2211.00805},
eprintclass = {cs.LG},
eprinttype = {arXiv},
title = {Geodesic Sinkhorn for Fast and Accurate Optimal Transport on Manifolds},
year = {2023},
}
2 changes: 1 addition & 1 deletion src/ott/geometry/geodesic.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

@jax.tree_util.register_pytree_node_class
class Geodesic(geometry.Geometry):
r"""Graph distance approximation using heat kernel :cite:`huguet:2022`.
r"""Graph distance approximation using heat kernel :cite:`huguet:2023`.
.. note::
This constructor is not meant to be called by the user,
Expand Down

0 comments on commit 0dd1c7d

Please sign in to comment.