My output looks correct for the initialize_parameters
function. However, the test is failing.
Please advise, thanks
Nick
W1 = [[0. 0. 0.]
[0. 0. 0.]]
b1 = [[0.]
[0.]]
W2 = [[0. 0.]]
b2 = [[0.]]
Error: Wrong output for variable W1.
Error: Wrong output for variable W2.