This is a bug of Keras. You maybe solve this by removing the plot_model function and from keras.utils.vis_utils import plot_model.
Or you can install pydot 1.2.3 by pip.pip install pydot==1.2.3
我用的是pip insatall pydot==1.2.3 解决的
本文解决了使用Keras时遇到的一个常见错误,该错误与plot_model函数有关。通过卸载并重新安装特定版本的pydot(1.2.3版),可以成功解决此问题。
This is a bug of Keras. You maybe solve this by removing the plot_model function and from keras.utils.vis_utils import plot_model.
Or you can install pydot 1.2.3 by pip.pip install pydot==1.2.3
我用的是pip insatall pydot==1.2.3 解决的
578
4303
442
2399
4900
2051

被折叠的 条评论
为什么被折叠?
