Skip to content

[WIP] Wrappers for OT barycenter solvers #730

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
3 changes: 2 additions & 1 deletion ot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
)
from .weak import weak_optimal_transport
from .factored import factored_optimal_transport
from .solvers import solve, solve_gromov, solve_sample
from .solvers import solve, solve_gromov, solve_sample, bary_sample
from .lowrank import lowrank_sinkhorn

# utils functions
Expand Down Expand Up @@ -116,6 +116,7 @@
"solve",
"solve_gromov",
"solve_sample",
"bary_sample",
"smooth",
"stochastic",
"unbalanced",
Expand Down
Loading
Loading