You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How is that helpful to address the slow sampling time? You may instead want to profile why it's slow with model.profile(model.basic_RVs + model.deterministics). You can also try passing compile_kwargs={mode: "NUMBA"} to prior_predictive in case it's the C backend that's slow
Uh oh!
There was an error while loading. Please reload this page.
I'm encountering a slow call to sample_prior_predictive while working with @cetagostini
Currently, some of the samplers add
sampling_time
to theposterior
group. I am suggesting a similar attrs forprior
and orprior_predictive
groups.The text was updated successfully, but these errors were encountered: