was
from keras.utils import plot_model
apparently now needs to be
from keras.utils.vis_utils import plot_model
Same for C3W4_Assignment.ipynb in this course.
was
from keras.utils import plot_model
apparently now needs to be
from keras.utils.vis_utils import plot_model
Same for C3W4_Assignment.ipynb in this course.
Thanks! Came here to report the same thing.
Hi! Thank you for reporting! We removed the plot_model
utility from the imports since it is no longer needed in this exercise and in the assignment. This might have been included for a previous iteration of these labs. Thanks again!