I would like to raise the two issued with Week 3 task:
In Section 4.3The Loop, task 4 - please pay attention that A2 is redefined in the test, and changes its dimensions. It becomes 1x3, which makes it impossible to use in backward propagation. In order to use it, it should be redefined again so that it has correct dimensions.
I passed all tests, but the grade is 75%, with the feedback “Tests failed on 2 cell(s)! These tests could be hidden. Please check your submission.”. With such feedback, it takes really lots of time to find a bug, especially when accuracy of the model matches the answer in the end.
If you could fix it or come back with some feedback regarding these two issues, this will be appreciated.
Hi @kenjiball, yes, this has been fixed. Are you sure you are using the updated assignment version ? If not, follow the instructions on how to get it.
If you are still having issues even after this, drop me message with your lab ID.
You can find your lab ID in the url of the page when yoru assignment is open. The url will look something like this: https://tcbcnayq.labs.coursera.org/tree/W4A1
Here, the first part will be your ID. In the example above, it is tcbcnayq
Hi @kenjiball, this is not the link I’m looking for.
Anyways, if you open your assignment, on the top right there will be a Help menu. Click on it, a side panel will appear, at the bottom of which it’ll show you your lab ID. Share that.
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
You are passing in hardcoded values, for example, b1 = np.zeros((4,1)), here 4 and 1 are hardcoded values. You need to be passing in values dynamically.