The above provided is my code and cannot identify the error when it says:
Test failed
Expected value
[‘Conv2D’, (None, 64, 64, 8), 392, ‘same’, ‘linear’, ‘GlorotUniform’]
does not match the input value:
[‘Conv2D’, (None, 64, 64, 16), 784, ‘same’, ‘linear’, ‘GlorotUniform’]
Please help me to find the error