Exact Inference with NumPyro

Hi everybody,

I am studying probabilistic graphical model and coding with NumPyro to build discrete Bayesian network. I have a simple question.
Pyro provides pyro.infer.TraceEnum_ELBO.compute_marginals to perform exact inference, but I cannot find the counterpart in NumPyro. How do I implement exact inference with NumPyro?

Thanks.

We don’t have that functionality implemented. Please feel free to make a feature request for it.

1 Like