執行caffe的draw_net.py出現「GraphViz's executable "dot" not found」的解決方法

控制檯輸入以下指令畫網絡圖:html

python ../../../python/draw_net.py train.prototxt train.png --rankdir=TB (Top-Bottom形式,縱向圖)python

python ../../../python/draw_net.py train.prototxt train.png --rankdir=LR(缺省值,Left-Right形式,橫向圖)git

報「GraphViz's executable "dot" not found」錯誤,解決方法以下:windows

一、pip install graphviz網絡

二、到這裏(https://graphviz.gitlab.io/_pages/Download/Download_windows.html)下載graphviz,而後一路「next」安裝;gitlab

三、找到graphviz安裝目錄下的「bin」,如「C:\Program Files (x86)\Graphviz2.38\bin」,將其添加到系統環境變量PATH中;htm

如此,再次執行draw_net.py就能夠了,ip

相關文章
相關標籤/搜索