can you help me please
The first thing to do is to compare your code carefully to the instructions in this section. Pay particular attention to the kernel size, stride and padding values on the two “conv” functions you need to implement. They tell you exactly what the parameters need to be in the instructions.
I checked everything but I don’t know where the error came from
Are you sure that you compared all the parameter values? Note that the instructions say that the “kernel” or “filter size” is different on the second convolution than on the first and third ones. The padding is “same” on the second conv, but “valid” on the third one. And stride = 1 everywhere. All these details matter!
ok I check it quickly