-
Couldn't load subscription status.
- Fork 536
[WIP] implementation of low rank ot via factor relaxation paper #719
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
base: master
Are you sure you want to change the base?
[WIP] implementation of low rank ot via factor relaxation paper #719
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #719 +/- ##
==========================================
- Coverage 97.08% 96.84% -0.25%
==========================================
Files 100 102 +2
Lines 19947 20009 +62
==========================================
+ Hits 19365 19377 +12
- Misses 582 632 +50 🚀 New features to boost your workflow:
|
|
Hello,
|
|
Thanks you for your message. |
Types of changes
Added implementation of the paper Low-Rank Optimal Transport through Factor Relaxation with Latent Coupling
https://arxiv.org/abs/2411.10555
How has this been tested (if it applies)
Tested it on optimal transport problems and compared it with sinkhorn solver.
Tested using numpy and torch.
PR checklist