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
@dirmeier, the problem is that you didn't specify that m is conditionally_independent=True. This isn't properly documented because I never had the time to write an explanatory notebook on how to manually vectorize a model. The closest thing there is at the moment is this example from the forward sampling functions
Hi,
when sampling from the prior predictive with
use_auto_batching=False
settingsample_shape
doesn't work and always a single draw is returned:Similar behaviour is true when sampling from the posterior predictive. Am I missing something here? Colab that shows this is here.
Thanks!
Cheers,
Simon
The text was updated successfully, but these errors were encountered: