Closed jayaneetha closed 5 years ago
1st input to the linear_activation_backward should be grads["dA" + str(l+1)] not grads["dA" + str(L)]
linear_activation_backward
grads["dA" + str(l+1)]
grads["dA" + str(L)]
1st input to the
linear_activation_backward
should begrads["dA" + str(l+1)]
notgrads["dA" + str(L)]