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
This is an issue initially reported on discourse. I'm trying to sample a batch of Dirichlet distributions of batch size 1 (for broadcasting against other distributions). This is giving me the below error. The same example is working fine in pymc 3.8.
There might be a little more to this, because even before those changes—and after the reversion in #4454—it produces nans for the degenerate case of a = 1. In other words, whatever that original logic was/is doing, it might not be sound.
Hi pymc3 devs,
This is an issue initially reported on discourse. I'm trying to sample a batch of Dirichlet distributions of batch size 1 (for broadcasting against other distributions). This is giving me the below error. The same example is working fine in pymc 3.8.
Minimal example
Traceback
Versions and main components
The text was updated successfully, but these errors were encountered: