keras icon indicating copy to clipboard operation
keras copied to clipboard

`plot_model` does not work for all models in `keras.applications`

Open Star9daisy opened this issue 9 months ago • 4 comments

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

Star9daisy avatar May 15 '24 04:05 Star9daisy