#To plot the model's figure tf.keras.utils.plot_model(The_model)
from tensorflow.keras.utils import plot_model plot_model(model,'model.png')