-
Notifications
You must be signed in to change notification settings - Fork 9
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
Example: variational problems using autodiff #122
Conversation
Pull Request Test Coverage Report for Build 1173827433
💛 - Coveralls |
Codecov Report
@@ Coverage Diff @@
## master #122 +/- ##
=======================================
Coverage 97.65% 97.65%
=======================================
Files 13 13
Lines 682 682
=======================================
Hits 666 666
Misses 16 16 Continue to review full report at Codecov.
|
Hey @zsteve , what exactly is this optimization that you used to minimize the
|
Pull Request Test Coverage Report for Build 1173499718Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
Pull Request Test Coverage Report for Build 1173755911Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
Added a new example notebook
examples/variational
demonstrating how to use the package to differentiate through the output ofsinkhorn2
and approximate solutions to PDEs as Wasserstein gradient flows.