📅  最后修改于: 2022-03-11 14:45:23.845000             🧑  作者: Mango
!pip3 install ann_visualizer
!pip install graphviz
from ann_visualizer.visualize import ann_viz
ann_viz(classifier, view=True, title="test", filename="visualized")
#note: above 2 commands are mandatory if you are working on google colab
#after executing the code refresh the file system on colab
#...you will find a pdf file there