Skip to content
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

Adding Functionality for Linearized Optimal Transport Computations #187

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

dcgentile
Copy link

Hi! Thanks for writing a great package. I'm currently utilizing it for a research project where I need to compute O(n^2) transport costs, and to alleviate some of the computational cost, I am approximating the distance via a statistical estimator for the linearization of the Wasserstein distance. To get that estimator, one only needs access to the Sinkhorn potentials, but as far as I could tell, there wasn't an straightforward way to access those as the package currently exists. Therefore, I added one function that returns the Sinkhorn potentials, rather than the plan or the cost, and another function which returns a function that evaluates the estimator of transport map.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant