vlfeat / autonn

A fast and expressive Matlab/MatConvNet deep learning API, with native automatic differentiation
89 stars 35 forks source link

how to show the graph topology plot? #24

Closed primasanjaya closed 6 years ago

primasanjaya commented 6 years ago

how to show the graph topology plot?

jotaf98 commented 6 years ago

Use the layer.plotPDF() function. It requires graphviz to be installed on your system and available in the system path.