C2W3_Assignment mixed7 shape

My pre_trained_model layer mixed7 is showing an output shape of (None, 17, 17, 768) whereas the notebook says that the expected output for mixed7 should be (None, 7, 7, 768). Is this an error with my code or does the otebook need to be updated?

The issue was that I had an incorrectly set the input size… Once corrected, the issue is resolved.