I got a huge difference (the difference between grad and gradapprox) in the “gradient_check” function but the system said, “All tests passed”.
Hope this info helps!
Thank you!
I got a huge difference (the difference between grad and gradapprox) in the “gradient_check” function but the system said, “All tests passed”.
Hope this info helps!
Thank you!
Hi, @rtso4.
If you’re referring to this:
There is a mistake in the backward propagation! difference = 0.2850931567761623
All tests passed.
It is caused by two intentional errors in backward_propagation
that you can optionally try to fix
Hi @nramon,
Thank you for your reply. I didn’t get the code right, but it said “All tests passed”. Just wondering if there is a bug. Thanks again for your time!