Week 1 Assignment 1 | Having trouble in identifying the issue with my code

Could someone please review the following values and confirm if they are correct or incorrect?

Z’s mean =
0.28648854269868845
Z[0,2,1] =
[0. 0. 0. 0. 0. 0. 0. 0.]
cache_conv[0][1][2][3] =
[-1.1191154 1.9560789 -0.3264995 -1.34267579]
(2, 13, 15, 8)
Error: Wrong output for variable in position 0.
2 Tests passed
1 Tests failed

hi @shivanshuMalik . Welcome to the Discouse community! The cache_conv values seem to be okay, but the have a good look at the Z values. They cannot be al 0., so I suggest to double check the calculations of the Z values first. Hope this helps.

Thanks a ton Stephanus. I was able to solve the issue with my code.

1 Like

Great, good to hear!