-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Problem with sample_node and more_replacements #2496
Comments
The same problem is discussed here: #2435 i think |
In addition, it seems like |
@twiecki Your example is a bit wrong, you are sampling the observed |
@ferrine Hm, I guess I need to sample the input to the observed? |
And add sigma with white noise |
That seems to work correctly. But it's a bit confusing as |
I know this is old, but I'm running into the same problem and the conversation above is not giving me any clues. As an example, if I try to replicate the results in your blog post, I keep hitting this wall here:
due to the fact that |
Hi! I've replicated your issue in a test suit, going to fix soon |
I expect
out_sample.eval().shape
to provide shape(100, 1000)
, but it has shape(100, 3)
. It seems like the replacement is not correctly applied. This is on pymc3 master.The text was updated successfully, but these errors were encountered: