Skip to content

Commit ad693e3

Browse files
committed
update readme
1 parent 26c1289 commit ad693e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This open source Python library provide several solvers for optimization problem
1010
It provides the following solvers:
1111

1212
* OT solver for the linear program/ Earth Movers Distance [1].
13-
* Entropic regularization OT solver with Sinkhorn Knopp Algorithm [2] and stabilized version [9][10].
13+
* Entropic regularization OT solver with Sinkhorn Knopp Algorithm [2] and stabilized version [9][10] with optional GPU implementation.
1414
* Bregman projections for Wasserstein barycenter [3] and unmixing [4].
1515
* Optimal transport for domain adaptation with group lasso regularization [5]
1616
* Conditional gradient [6] and Generalized conditional gradient for regularized OT [7].
@@ -57,11 +57,11 @@ Note that for easier access the module is name ot instead of pot.
5757

5858
Some sub-modules require additional dependences which are discussed below
5959

60-
* ot.dr (Wasserstein dimensionality rediuction) depends on autograd and pymanopt that can be installed with:
60+
* *ot.dr* (Wasserstein dimensionality rediuction) depends on autograd and pymanopt that can be installed with:
6161
```
6262
pip install pymanopt autograd
6363
```
64-
* ot.gpu (GPU accelerated OT) depends on cudamat that have to be installed with:
64+
* *ot.gpu* (GPU accelerated OT) depends on cudamat that have to be installed with:
6565
```
6666
git clone https://github.com/cudamat/cudamat.git
6767
cd cudamat

0 commit comments

Comments
 (0)