You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
By clicking “Sign up for GitHub”, you agree to our
terms of service
and
privacy statement
. We’ll occasionally send you account related emails.
Already on GitHub?
Sign in
to your account
安装pydotplus和Graphviz,以及使用lstm-plot.model()报错pydot.InvocationException: GraphViz's executables not found
安装pydotplus和Graphviz,以及使用lstm-plot.model()报错pydot.InvocationException: GraphViz's executables not found
Valuebai
opened this issue
Dec 11, 2019
· 0 comments
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再跑代码!!!