Problem:
- I want to use
plot_model
fromkeras.utils
to draw a beautiful AI model layers map; - The tool
plot_model
requires “pydot” and “graphviz”; - I installed “pydot” using Anaconda Navigator, and “graphviz” using the installer EXE;
- Instead of a beautiful graph, I’m getting
AttributeError: module 'pydot' has no attribute 'InvocationException'
.
Question: how to make the error go away and the code run correctly?