Conv_backward() problem

Thanks Jerry, I too had made the mistake to initialize dA_prev, dW and db using np.random.randn instead of np.zeros.