I\'m trying plot my model on the google colab.
from keras.utils import plot_model plot_model(model, to_file=\"model.png\")
and I got this
To install pydot, run:
pydot
!pip install -q pydot
Then, restart your VM to reload keras which should then detect pydot's existence. (Runtime menu -> Restart runtime...)