keras
keras copied to clipboard
`plot_model` does not work for all models in `keras.applications`
Hi developers, I follow the tutorial of transfer learning here. After that, I use keras.utils.plot_model
to show its structure. However, I find that it doesn't work for all provided models.
Here's a colab notebook I create to show each case and the error message: https://colab.research.google.com/drive/1nTYEHGSXWixq6Bx_ubtgP12NOdXdVWzN?usp=sharing