I keep getting error and I can’t figure it out.My deadline is in a few hours!
Error
AssertionError Traceback (most recent call last)
<ipython-input-14-a16910aa3a0e> in <module>
10 assert type(grads["dw"]) == np.ndarray
11 assert grads["dw"].shape == (2, 1)
---> 12 assert type(grads["db"]) == np.float64
13
14
I have tried everything and even converted db=0.0
{edited by mentor}
AssertionError Traceback (most recent call last)
<ipython-input-14-a16910aa3a0e> in <module>
10 assert type(grads["dw"]) == np.ndarray
11 assert grads["dw"].shape == (2, 1)
---> 12 assert type(grads["db"]) == np.float64
13
14
I have tried everything and even converted db=0.0