-
Notifications
You must be signed in to change notification settings - Fork 78
New ADVI API #635
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: main
Are you sure you want to change the base?
New ADVI API #635
Conversation
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Codecov Report❌ Patch coverage is ❌ Your patch status has failed because the patch coverage (28.57%) is below the target coverage (50.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #635 +/- ##
===========================================
+ Coverage 32.93% 48.54% +15.60%
===========================================
Files 69 73 +4
Lines 7555 7779 +224
===========================================
+ Hits 2488 3776 +1288
+ Misses 5067 4003 -1064
🚀 New features to boost your workflow:
|
This PR moves the work from pymc-devs/pymc#7799 over here to extras. The key idea is to copy the numpyro guide model API, but with our own PyMC flair.
I also added:
I updated the notebook to use the proposed training API. It obviously needs a lot of work (being that it's llm trash) but hopefully it can get some ideas flowing.