summaryrefslogtreecommitdiff
path: root/src/python/doc
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-09-29 13:23:56 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-09-29 13:23:56 +0200
commite7b7947adf13ec1dcb8c126a4373fa29baaecb63 (patch)
treedcc3eea7fd2de15ba2eb6e6da91f115c38a8519b /src/python/doc
parenta304049bdcfb03aa848d8049923ab796e0761b56 (diff)
Added tests for wasserstein distance with tensorflow
Diffstat (limited to 'src/python/doc')
-rw-r--r--src/python/doc/installation.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/python/doc/installation.rst b/src/python/doc/installation.rst
index 2f161d66..66efe45a 100644
--- a/src/python/doc/installation.rst
+++ b/src/python/doc/installation.rst
@@ -394,6 +394,11 @@ mathematics, science, and engineering.
:class:`~gudhi.point_cloud.knn.KNearestNeighbors` can use the Python package
`SciPy <http://scipy.org>`_ as a backend if explicitly requested.
+TensorFlow
+----------
+
+`TensorFlow <https://www.tensorflow.org>`_ is currently only used in some automatic differentiation tests.
+
Bug reports and contributions
*****************************