-
Notifications
You must be signed in to change notification settings - Fork 32
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
Remove resume_from
#770
base: master
Are you sure you want to change the base?
Remove resume_from
#770
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #770 +/- ##
==========================================
- Coverage 86.13% 86.09% -0.04%
==========================================
Files 36 36
Lines 4336 4338 +2
==========================================
Hits 3735 3735
- Misses 601 603 +2 ☔ View full report in Codecov by Sentry. |
Pull Request Test Coverage Report for Build 12582651121Details
💛 - Coveralls |
Pull Request Test Coverage Report for Build 12672147706Details
💛 - Coveralls |
899f8a3
to
a0e6f32
Compare
I don't actually how how to test this inside DynamicPPL, because I suspect the whole implementation of bundle_samples (https://github.com/TuringLang/Turing.jl/blob/0c3d3d00705cd5e58623f96cc71a1999e0896809/src/mcmc/Inference.jl#L465-L525) needs to be upstreamed into DynamicPPL |
Going to mark as draft again because I need to have a think about the right sequence of events here. In particular I'm wondering if we need to sort out the AbstractMCMC interface first |
First step towards TuringLang/Turing.jl#2171.
This is another breaking change.