ImportError: (‘You must install pydot (pip install pydot
) and install graphviz 怎么解决?
1.首先安装 pip install pydot
2.登录graphviz官网,下载包
https://graphviz.gitlab.io/download/
3.执行安装
4.查看环境变量,并重启
5.导入plot_model
Keras中提供了一个神经网络可视化的函数plot_model,并可以将可视化结果保存在本地。
from tensorflow.python.keras.utils.vis_utils import plot_model