C4, W3, conv_block

Hi,

After implementing the con_block, I have “All tests passed” but there is an attribute error on MAXPooling2D, saying ‘Dropout’ object has no attribute ‘shape’. I can’t find the error, I would appreciate if someone can point me where to look. Thanks.

Solved it! Turns out I forgot to specify what should be the input for added layers. :see_no_evil: