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.