Inizia subitoInizia gratis

Plotting models

In addition to summarizing your model, you can also plot your model to get a more intuitive sense of it. Your model is available in the workspace.

Questo esercizio fa parte del corso

Advanced Deep Learning with Keras

Visualizza corso

esercizio interattivo pratico

Prova questo esercizio completando questo codice di esempio.

# Imports
import matplotlib.pyplot as plt
from tensorflow.keras.utils import plot_model

# Plot the model
____(____, to_file=____)

# Display the image
data = ____
____
plt.show()
Modifica ed esegui il codice