Packaging update broke C3_W4_Lab_2_CatsDogs-CAM.ipynb

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.

2 Likes

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!

1 Like