在使用Keras load_model时,会出现以下报错:
ImportError: Failed to import pydot. You must install pydot and graphviz for `pydotprint` to work.
解决办法:
$ pip install pydot
$ sudo apt-get install graphviz
在使用Keras load_model时,会出现以下报错:
ImportError: Failed to import pydot. You must install pydot and graphviz for `pydotprint` to work.
解决办法:
$ pip install pydot
$ sudo apt-get install graphviz