learn-NLP-luhuibo
learn-NLP-luhuibo copied to clipboard
安装pydotplus和Graphviz,以及使用lstm-plot.model()报错pydot.InvocationException: GraphViz's executables not found
1、根据教程进行安装https://blog.csdn.net/qq_40304090/article/details/88594813
For windows users: 1.install Graphviz 2.Add Graphviz path to PATH variable 3.Restart PyCharm or other compiler.
2、重启pycharm再跑代码!!!