We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad693e3 commit 4cd6973Copy full SHA for 4cd6973
README.md
@@ -57,11 +57,11 @@ Note that for easier access the module is name ot instead of pot.
57
58
Some sub-modules require additional dependences which are discussed below
59
60
-* *ot.dr* (Wasserstein dimensionality rediuction) depends on autograd and pymanopt that can be installed with:
+* **ot.dr** (Wasserstein dimensionality rediuction) depends on autograd and pymanopt that can be installed with:
61
```
62
pip install pymanopt autograd
63
64
-* *ot.gpu* (GPU accelerated OT) depends on cudamat that have to be installed with:
+* **ot.gpu** (GPU accelerated OT) depends on cudamat that have to be installed with:
65
66
git clone https://github.com/cudamat/cudamat.git
67
cd cudamat
0 commit comments