File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ This open source Python library provide several solvers for optimization problem
1010It 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
5858Some 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```
6262pip 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```
6666git clone https://github.com/cudamat/cudamat.git
6767cd cudamat
You can’t perform that action at this time.
0 commit comments