['Sequential', (None, None, 160, None), 0]
does not match the input value:
['Sequential', (None, 160, 160, 3), 0]
This is the error I get in test-case(Exercise 2). If I replace the test-case value with [None, None, 160, None]
all the other test-cases pass, and the model trains fine and I was able to achieve ~ 99% on validation set. This makes it seem that the code is fine and does work.
Please help. Please ask if any more information is needed.