Hello, I am stuck at exercise 6.
The tester notified that “AssertionError: Wrong values. Check you formulas for v_corrected[‘dW1’]”.
This is my implementation to calculate v_corrected:
v_corrected[f’dW{l}’] = v[f’dW{l}’] / (1-pow(beta1, l))
It’s quietly simple, so I couldn’t find any issue even spending a lot of time.
Any idea of this?
Thanks for reading