-
-
Notifications
You must be signed in to change notification settings - Fork 987
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pyro.render_model() fails to draw overlapping non-nested plates #2980
Comments
One optional would be to replace A more basic problem is that not all plate nesting patterns can be drawn by rectangular overlapping plates. Maybe we could use a generic venn diagram plotting library? |
It seems that in numpyro, we have |
Due to a shortcoming in graphviz clusters, Pyro's and NumPyro's pyro.render_model() currently cannot render overlapping non-nested plates, e.g. the Venn diagram
The text was updated successfully, but these errors were encountered: