Hello Friends,
I have written code for all the variables based on the given equations.
Values for all of the variables are correct, except gradients[“dc_prev”][2][3]
My output is:
gradients[“dc_prev”][2][3] = 0.0007137695556389628
Expected output is:
gradients[“dc_prev”][2][3] = 0.797522038797
I have written the code for dc_prev exactly as the given equation 20.
For some reason, only this output is incorrect and rest of them are correct.
Any suggestion on what to look at?
Any suggestions are much appreciated.