Skip to content

Commit 811a935

Browse files
committed
number paper
1 parent 88cf8fe commit 811a935

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ot/bregman/_empirical.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,7 @@ def empirical_sinkhorn_nystroem(
839839
References
840840
----------
841841
842-
.. [76] Massively scalable Sinkhorn distances via the Nyström method, Jason Altschuler, Francis Bach, Alessandro Rudi, Jonathan Niles-Weed, NeurIPS 2019.
842+
.. [80] Massively scalable Sinkhorn distances via the Nyström method, Jason Altschuler, Francis Bach, Alessandro Rudi, Jonathan Niles-Weed, NeurIPS 2019.
843843
844844
"""
845845
nx = get_backend(X_s, X_t)
@@ -943,7 +943,7 @@ def empirical_sinkhorn_nystroem2(
943943
References
944944
----------
945945
946-
.. [76] Massively scalable Sinkhorn distances via the Nyström method, Jason Altschuler, Francis Bach, Alessandro Rudi, Jonathan Niles-Weed, NeurIPS 2019.
946+
.. [80] Massively scalable Sinkhorn distances via the Nyström method, Jason Altschuler, Francis Bach, Alessandro Rudi, Jonathan Niles-Weed, NeurIPS 2019.
947947
948948
949949
"""

ot/solvers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1714,7 +1714,7 @@ def solve_sample(
17141714
Low-rank Sinkhorn Factorization. In International Conference on
17151715
Machine Learning.
17161716
1717-
.. [76] Altschuler, J., Bach, F., Rudi, A., Niles-Weed, J. (2019).
1717+
.. [80] Altschuler, J., Bach, F., Rudi, A., Niles-Weed, J. (2019).
17181718
Massively scalable Sinkhorn distances via the Nyström method. NeurIPS.
17191719
17201720

0 commit comments

Comments
 (0)