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
A numpyro.compat module that supports the pyro generic API for modeling and inference that can dispatch to multiple Pyro backends.
Inclusion of Independent distribution and Distribution.to_event method to convert independent batch dimensions to dependent event dimensions. See the Pyro tutorial on tensor shapes for more details.
A Predictive utility for generating samples from prior models, predictions from models using SVI's guide, or posterior samples from MCMC.
A log_likelihood utility function that can compute the log likelihood for observed data by conditioning latent sites to values from the posterior distribution.
New ClippedAdam optimizer to prevent exploding gradients.
New RenyiELBO loss for Renyi divergence variational inference and importance weighted variational inference.
Enhancements and Bug Fixes
MCMC does not throw an error on models with no latent sites.
numpyro.seed handler can be used as a context manager like: