plot_model 解决报错问题
错误合集:
1、no model pydot ,you need to ''pip install pydot''
2、GraphViz's executables not found
3、InvocationException: Program terminated with status: 1. stderr follows: Format: "ps" not recognized. Use one of:
=============================================================
1、电脑配置:
win10
python3.7
2、由于pydot 只适用于较低版本,对于python3 以上版本需要
pip install pydot_ng
pip install GraphViz
3、找到
4、vis_utils.py 修改 将 pydot 全部替换成 pydot_ng
5、官网下载GraphViz软件 并安装<