can someone help me to resolve this?
Hello,
Kindly delete your code as it is not allowed.
Regarding your query, it is given that
dA_prev_temp, dW_temp, db_temp = ...
grads["dA" + str(L-1)] = ...
grads["dW" + str(L)] = ...
grads["db" + str(L)] = ...
You don’t need to change the left-hand side of these equations. Just implement your equations on the right side.
Best,
Saif.
Thank you for reply. Now it works!
I am glad it worked…