我试图使用Keras包在Python中制作深度学习模型的图/图,但不幸的是,它总是给我一个错误,信息量不是很大。我在Linux上使用python 3.5.2,Anaconda 4.2.0,Keras 2.1.6运行Python,并使用tensorflow-gpu 1.7.0后端。# Attempt to create an image of a blank graph
25 # to check the pydot/
我正在尝试在keras中可视化我的模型。keras.utils import plot_model首先,它显示了错误
ImportError: Failed to import pydotYou must install pydot and graphviz for `pydotprint` to work.因此,我通过Anaconda prompt使用以下命令激活我的<
我正在尝试通过安装pydot_ng和graphviz,但是我一直得到pydot_ng的错误(1.0.0.15):
UnsatisfiableError: The following specifications没有pydot,我就不能使用Keras可视化工具。我已经安装了pydot,但是Keras似乎在iPython笔记本上拒绝了这个错误。File "C:\ProgramData\Anaconda<
我在Windows8中安装了GraphViz 2.32,并将C:\Program (x86)\Graphviz2.32\bin添加到系统路径变量中。但是pydot仍然找不到它的可执行文件。pyshell#26>", line 1, in <module> File "build\bdist.win32\egg\pydo