microsoft / tensorwatch

Debugging, monitoring and visualization for Python Machine Learning and Data Science
MIT License
3.41k stars 362 forks source link

Fix draw_model in Jupyter notebooks #51

Closed lasp73 closed 4 years ago

lasp73 commented 4 years ago

Error calling method 'draw_model' used to visualize the model graph in Jupyter notebooks. The fix is to use method 'pydot.Dot.create_svg()' Fixes #50