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
Prof. @nipunbatra explained the issue (in pyro) of rendering params in pyro.render_model() and then I added this feature in pyro (PR). I would like to add the same feature in numpyro.
I have tried to add this feature for numpyro and tested it on some examples. Consider the following model,
I have added sample_params and params_constraint keys in dictionary returned by contrib.render.get_model_relations(). I added Provenance Tracking for params in get_model_relations to add values in sample_param.
I have added optional argument render_params in render_model() to show params in the plot. Also, render_distributions=True shows the constraints of params with distributions of the sample.
Hi @fehiepsi and team,
Prof. @nipunbatra explained the issue (in
pyro
) of rendering params inpyro.render_model()
and then I added this feature inpyro
(PR). I would like to add the same feature innumpyro
.I have tried to add this feature for
numpyro
and tested it on some examples. Consider the following model,I have added
sample_params
andparams_constraint
keys in dictionary returned bycontrib.render.get_model_relations()
. I added Provenance Tracking for params inget_model_relations
to add values insample_param
.I have added optional argument
render_params
inrender_model()
to show params in the plot. Also,render_distributions=True
shows the constraints of params with distributions of the sample.@fehiepsi, Can you please review this? if it meets your expectaion, then I would like to create a PR for the same.
The text was updated successfully, but these errors were encountered: