ImportError: Failed to import pydot. You must install pydot and graphviz for `pydotprint` to work.

在运行 from keras.utils import plot_model plot_model(model, to_file='model.png') 时会出现下图情况 提示的解决方法不管用,不仅要sudo pip install pydot, graphviz 而且还要sudo apt-get install graphviz
相关文章
相关标签/搜索