Skip to content

[MRG] Fix bug in gromov_wasserstein and gromov_wasserstein2 #108

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

Merged
merged 2 commits into from
Nov 18, 2019

Conversation

kilianFatras
Copy link
Contributor

@kilianFatras kilianFatras commented Nov 13, 2019

Hello,

I am sending a new PR to solve a 'log' bug in the gromov_wasserstein2 function. Indeed, because of a variable name mismatch, the log was overwritten and was always returned.

In this PR, you will find:

Bug 'log' correction
Test log=False for gromov_wasserstein2
Removing 'H entropy' from doc for gromov_wasserstein and gromov_wasserstein2

numItermax bug for emd function inside cg function. The number of iter was fixed to 100.000 and could not be modified.
Test numItermaxEmd > 100000 for cg.

@rflamary rflamary changed the title fix log bug in gromov_wasserstein2 [MRG] Fix log bug in gromov_wasserstein2 Nov 13, 2019
@kilianFatras kilianFatras changed the title [MRG] Fix log bug in gromov_wasserstein2 [MRG] Fix bug in gromov_wasserstein and gromov_wasserstein2 Nov 15, 2019
@rflamary rflamary merged commit bbd8f20 into PythonOT:master Nov 18, 2019
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.

2 participants