-
Notifications
You must be signed in to change notification settings - Fork 84
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
Refactor GW initialization #133
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Codecov Report
@@ Coverage Diff @@
## main #133 +/- ##
==========================================
+ Coverage 83.17% 83.30% +0.13%
==========================================
Files 48 48
Lines 4713 4715 +2
Branches 512 512
==========================================
+ Hits 3920 3928 +8
+ Misses 650 649 -1
+ Partials 143 138 -5
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this Michal!
Looks like the broken tests (related to computing Hessians for Sinkhorn) are related to the new |
* Refactor GW initialization * Fix rank being traced * Fix not re-using init from previous iters in GW * Fix tests * Simplify LRGW iniitalization * Regenerate GWLR notebook * Fix old code in test scaling
No description provided.