Hi, I seem to have problems with the input shape apparently not matching the MobileNetV2, even though the the shapes should match. Below is a image of the problem and the error message:
I did find a solution to just setting the input shape to be (None, None, 3) but that does not seem to be the way the assignment says it should. Is there an error in my code when I give the shapes?