Bird Boxes assignment - input shapes problems

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?

I see there is a 244 there instead of 224!

1 Like

Wow, you’re right, I stared at it for so long… Thanks! :slight_smile:

1 Like