when I execute this function , I get 1 Test passed , 1 Test Failed. After checking code 3-4 times I didn’t understand the error.Please help
AssertionError: Not all tests were passed for forward_propagation_with_dropout. Check your equations and avoid using global variables inside the function.
Thanks a lot @nramon. So the instruction asked us to use uniformly distributed random numbers (np.random.rand), and I missed that. Due to muscle memory I was also using gaussian distributed random numbers (np.random.randn). I need to get my eyes checked I had been staring at the instruction for hours, but still failed to see my mistake. Your post really helped steer me in the right direction.
@yash_3 how did you solve this issue ?.Am stuck with same error
AssertionError: Not all tests were passed for forward_propagation_with_dropout. Check your equations and avoid using global variables inside the function.