Week1 Programming Assignment 1 Exercise 5

Please click my name and message your notebook as an attachment.

Did you receive my notebook ?

Yes. Computation of vert_start and horiz_start are incorrect.

Thanks, I have found the error already.

I am also facing the same problem. Can you please tell me where I have make mistake?

Please click my name and message your notebook as an attachment.

@Adaramola_Samson
There are 2 mistakes in function conv_backward:

  1. dA_prev should not be initialized with zeros of shape of A. Look at the entries of cache to pick the right element.
  2. When setting the i^{th} training example’s dA_prev, there’s no need to index further into da_prev_pad. Remember that da_prev_pad was taken for the i^{th} training example

Thanks, i implement it & it worked. I appreciate