I have completed C2-W1’s Gradient Checking assignment, all tests passed, fixed the backward_propagation errors, but the grader gives 80/100. I passed, but a would know why don’t give me 100/100. I try to put a regularized term in forward-propagation and backward-propagation, and didn’t work too.
In the gradient_check_n function I used np.linalg.norm
. I check all the cells and re-write the code in a local python notebook.
The grader feedback:
[ValidateApp | INFO] Validating '/home/jovyan/work/submitted/courseraLearner/W1A3/Gradient_Checking.ipynb'
[ValidateApp | INFO] Executing notebook with kernel: python3
Tests failed on 1 cell(s)! These tests could be hidden. Please check your submission.
Is it a system error or am I getting it wrong elsewhere in the code?