Model plot TensorFlow

#To plot the model's figure
tf.keras.utils.plot_model(The_model)
Xanthous Xenomorph