Failed to import pydot. You must install pydot and graphviz for pydotprint to work
程序员文章站
2022-03-21 19:46:12
...
Failed to import pydot. You must install pydot and graphviz for pydotprint to work
的解决办法:
pip install pydot
pip install pydotplus
apt-get install graphviz
pip install graphviz
更多参考:https://github.com/XifengGuo/CapsNet-Keras/issues/25
上一篇: 3.3 线性回归的简介实现