Mulai sekarangMulai 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.

Latihan ini merupakan bagian dari kursus

Advanced Deep Learning with Keras

Lihat Kursus

Latihan interaktif langsung praktik

Cobalah latihan ini dengan melengkapi kode contoh ini.

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

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

# Display the image
data = ____
____
plt.show()
Edit dan Jalankan Kode