-
Notifications
You must be signed in to change notification settings - Fork 78
Hotfix: numercial stability of non-log-stabilized sinkhorn plan #531
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
Changes from 2 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
e95f386
fix numerical stability issues in sinkhorn plan
LarsKue 7edf36d
improve test suite
LarsKue 5efb00b
fix ultra-strict convergence criterion in log_sinkhorn_plan
LarsKue 557095a
update dependencies
LarsKue e1ef07d
add comment about convergence check
LarsKue a0e36df
update docsting to reflect fixes
LarsKue dfd8d81
Merge branch 'fix-sinkhorn-plan' of github.com:bayesflow-org/bayesflo…
daniel-habermann bbad711
sinkhorn_plan now returns a transport plan with uniform marginal dist…
daniel-habermann 83b01c9
add unit test for sinkhorn_plan
daniel-habermann 4502a36
fix sinkhorn function by sampling from the logits of the transpose of…
daniel-habermann 286bea6
sinkhorn(x1, x2) now samples from log(plan) to receive assignments su…
daniel-habermann 6ee5244
re-enable test_assignment_is_optimal() for method='sinkhorn'
daniel-habermann 02c24c1
log_sinkhorn now correctly uses log_plan instead of keras.ops.exp(log…
daniel-habermann f25df63
add unit tests for log_sinkhorn_plan
daniel-habermann 8f7ddb2
fix faulty indexing with tensor for tensorflow backend
daniel-habermann b0f71b9
re-add numItermax for ot pot test
LarsKue File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.