打印网络模型图时 报错 Failed to import pydot. You must `pip install pydot` and install graphviz
在使用以下代码打印模型图时,报错from keras.utils import plot_modelplot_model(model, to_file='images/Text_model.png')('Failed to import pydot. You must `pip install pydot` and install graphviz (https://graphviz.gitlab.io/download/), ', 'for `pydotprint` to work.')网上搜