Skip to content
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

Mass matrix adaptation sampling code in notebooks fails #295

Open
fonnesbeck opened this issue Jul 6, 2020 · 1 comment
Open

Mass matrix adaptation sampling code in notebooks fails #295

fonnesbeck opened this issue Jul 6, 2020 · 1 comment

Comments

@fonnesbeck
Copy link
Member

It looks like the radon notebook was written when sample returned a tuple; it now returns an InferenceData, so it breaks. Iteration over the pm4_trace.posterior.items() also fails.

Running current master on Debian and Py 3.7.7.

@disadone
Copy link

disadone commented Aug 9, 2020

Also

radon_est = tf.gather(a, county_idx) + tf.gather(

Exception has occurred: InvalidArgumentError
params must be at least 1 dimensional [Op:GatherV2]

Running current pip version on Ubuntu 20.4 and Py 3.8.2 tf-nightly-2.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants