Can u please help on this? Im really tired trying out many things. Please kindly help.
ValidateApp | INFO] Validating ‘/home/jovyan/work/submitted/courseraLearner/W2A1/Python_Basics_with_Numpy.ipynb’
[ValidateApp | INFO] Executing notebook with kernel: python3
Tests failed on 1 cell(s)! These tests could be hidden. Please check your submission.
well, I think I found my solution: in nn_model first I hardcoded 4 as n_h, then I changed it into n_h and it worked and gave me 100 points, because at the last part of the assignment it changes the n_h and we must provide it in the above cells.
Passing all the unit tests does not mean your code is correct. The grader tests your code with its own data. Please make sure no hard coded value is used in your code. Then do a clean run by clicking :
Kernel → restart & clear all output
Cell → run all