I get the following error and I can’t figure out why. The error seems to be with the padding but non of the blocks that you have to add have any padding. What is wrong in my code?
Test failed
Expected value
[‘Conv2D’, (None, 15, 15, 256), 16640, ‘valid’, ‘linear’, ‘RandomUniform’]
does not match the input value:
[‘Conv2D’, (None, 15, 15, 256), 16640, ‘same’, ‘linear’, ‘RandomUniform’]