When i do slicing a_slice_prev = A_prev_pad[i, vert_start:vert_end, horiz_start:horiz_end, :]
i get that error
Can anybody help?
Error:
---> 28 s = np.multiply(a_slice_prev, W)
29 # Sum over all entries of the volume s.
30 Z = np.sum(s)
ValueError: operands could not be broadcast together with shapes (2,3,9,4) (3,3,4)