I have some model that I load in this way:
from tensorflow.keras.utils import plot_model model = load_model(\'model.h5\')
but I cannot plot the m