-
-
Notifications
You must be signed in to change notification settings - Fork 113
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
Sampling fails when num_chains=1
#317
Comments
@rrkarim could you take a look? |
Everything seems to be fine on: [UPD] breaks on |
So the issue is caused by this commit and it is not about the recent discrete/compound merge (just checked). Also everything is fine with rwm, so I assume some issues appear in leapfrog integration. |
it is something to do with the vectorized_map and tf.function - I am however struggle to find a minimal reproducible example. |
While debugging #309, I found that sampling fails when
num_chains=1
on the latest tensorflow nightly and tensorflow probability nightly. Here's a minimal reproducible example:Error:
Versions
The text was updated successfully, but these errors were encountered: