C4 Week1 A1: conv_forward convolutional NN error. Help needed

There are two possible causes:

  • In conv_forward(), either your values for a_slice_prev, weights, or biases is incorrect.
    or…
  • There is an error in your conv_single_step() function.
1 Like