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

fix computing backend issue #20

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ChenChengKuan
Copy link

These changes are for the issue: All array should be from the same type/backend

The change in distance.py is for the flow example provided in the README. Btw, to make the example works, change symsqrt_v2(A, func='symeig') to symsqrt_v2(A, func='svd') is necessary.
For the change in wasserstein.py, it addresses the situation when user switches inner_ot_loss = 'sinkhorn' to inner_ot_loss = 'wasserstein'

@ghost
Copy link

ghost commented Feb 22, 2022

CLA assistant check
All CLA requirements met.

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.

None yet

1 participant