I am working with the Bayesian models in NumPyro. It is a relatively new library. I tried to visualize my model by following the Numpyro manual: http://num.pyro.ai/en/latest/tutorials/model_rendering.html
My code returns:
"module 'numpyro' has no attribute 'render_model'"
I was wondering if this is a bug or I am doing something wrong. The Google search has not returned any relevant results.
Any help would be appreciated. Thank you.