Hello, I’ve been running into trouble in section 3.1’s exercise 1 happyModel.
My implementation for all the other layers are correct however I’ve been having trouble with the ZeroPadding2D command in the Sequential Model.
I’ve looked through the documentation online and I’ve googled different sites but I’m still not sure how to tell the ZeroPadding2D layer what the input dimensions are. I’ve attached a screenshot below of my code and error, could someone help me please?