Skip to content

Commit

Permalink
Fix typo: Wasserstein-4 -> Wasserstein-2 (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
bamos authored Feb 13, 2023
1 parent 40bf4af commit 2995ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/notebooks/neural_dual.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"This tutorial shows how to use `OTT` to compute the Wasserstein-4 optimal transport map between continuous measures in Euclidean space that are accessible via sampling.\n",
"This tutorial shows how to use `OTT` to compute the Wasserstein-2 optimal transport map between continuous measures in Euclidean space that are accessible via sampling.\n",
"{class}`~ott.solvers.nn.neuraldual.W2NeuralDual` solves this\n",
"problem by optimizing parameterized Kantorovich dual potential functions\n",
"and returning a {class}`~ott.problems.linear.potentials.DualPotentials`\n",
Expand Down

0 comments on commit 2995ef4

Please sign in to comment.