Closed GStechschulte closed 8 months ago
Oy, this is still the problem with new-style JAX keys that was in #29 . It should work if you change the seed to jax.random.PRNGKey(0)
, or update to tfp-nightly
instead of tensorflow_probability
.
Ahhhhh. Should've looked in the closed issues. Many thanks!! It works now.
Tensorflow probability samplers fail when attempting to sample from a Bambi model.
This same
TypeError
persists when using any TFP MCMC algorithm.When attempting to use the TFP VI method, the following error is raised
I haven't looked into why these errors are happening yet. I just wanted to bring this to your attention. Since the Bambi backend model
model.backend.model
is a PyMC model, these errors may also happen with PyMC models.