Course4, week2, programming assignment2, Transfer_learning_with_MobileNet_v1, exercise2

Hi

I cant figure out whats the problem. I checked everything but the Sequential layer dims wont match the test. Would you help me?

**Expected value **

** [‘Sequential’, (None, 160, 160, 3), 0] **

** does not match the input value: **

** [‘Sequential’, (None, None, 160, None), 0]**

I get this error!

Please fix the input_shape parameter to the MobileNetV2 model.