C4W1 Convolution_model_Application

Getting below error in function happyModel()

TypeError: The added layer must be an instance of class Layer. Found: Tensor(“zero_padding2d_52/Pad:0”, shape=(None, 70, 70, 3), dtype=float32)

Getting the same error!

Getting used to the TF/Keras Sequential and Functional APIs is not easy. They also don’t really give us that much help in the course materials. Here’s an excellent Discourse thread that is a great way to get up to speed on how to use these APIs. Please have a look at that and see if that gets you past the issues here.

1 Like