Please Help!
Im Getting a similar problem in labid bvkqtish
(wasting hours! Tried delete and reload … still no joy…)
To me its seems
my copy of public_tests.py line 30
def initialize_parameters_test(target):
n_x, n_h, n_y = 3, 5, 2
Conflicts with
Line 9 testCases_v2.py…
def initialize_parameters_test_case():
n_x, n_h, n_y = 2, 4, 1
return n_x, n_h, n_y
Even though is says " 1 Tests passed, 2 Tests failed"
My Output:
W1 = [[-0.00416758 -0.00056267]
[-0.02136196 0.01640271]
[-0.01793436 -0.00841747]
[ 0.00502881 -0.01245288]]
b1 = [[0.]
[0.]
[0.]
[0.]]
W2 = [[-0.01057952 -0.00909008 0.00551454 0.02292208]]
b2 = [[0.]]
appears identical to Expected Output:
W1 = [[-0.00416758 -0.00056267]
[-0.02136196 0.01640271]
[-0.01793436 -0.00841747]
[ 0.00502881 -0.01245288]]
b1 = [[0.]
[0.]
[0.]
[0.]]
W2 = [[-0.01057952 -0.00909008 0.00551454 0.02292208]]
b2 = [[0.]]