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
I liked the the graph generation functionality provided by PyDot in Pymc 2 and assumed it would have ported to Pymc3 so I tried to import 'graph' from pymc and got a cannot import module 'graph' error. The error message is self explanatory but makes me wonder whether we have that possibility with Pymc3. Given that is based on Theano I'm inclined to believe that is possible to generate a graph of the model but I have no idea how to. Is there a way to learn about this?