This error keep showing me but I have passed all the tasks i dont why it dont give me the grade and giving me 0/100 ???
[ValidateApp | INFO] Validating ‘/home/jovyan/work/submitted/courseraLearner/W2A2/Logistic_Regression_with_a_Neural_Network_mindset.ipynb’
[ValidateApp | INFO] Executing notebook with kernel: python3
Success! Your notebook passes all the tests.
That most likely means there is something damaged in your notebook that the grader depends on. The first thing to try is to get a clean copy of the notebook (see the relevant topic on the FAQ Thread) and then carefully “copy/paste” over just your solution code from the “YOUR CODE HERE” segments. Then save, confirm that the tests in the notebook still pass and try the submit again.
Let us know if that helps or not!
Dear @paulinpaloalto,
I tried your re-solution to the error but after changing code to “Your Code Here” segments, i had saved the file and then as per your instructions i check that tests are running or not in the first question output i got an error of “nonetype”. so, should i put code in it then try to submit that file again?
If you were successful in getting the fresh copy of the notebook, then none of the code is filled in. So you then need to carefully “Copy/Paste” over any completed code from your previous damaged notebook. Well, that or write the code again from scratch. If you get a “nonetype” error, then it means you missed some code you need to fill in.