I have also tried other troubleshooting techniques explained in other posts, such as cleaning cookies and cache, trying different browsers, double-checking that I am signed into the correct account, etc.
Thanks for the quick reply @TMosh . I fixed a bug in Exercise 1 and now the grader returns a 100/100. So my problem is resolved.
However, it is still strange the the autograder would return a 0/100 when the remaining exercises were correct. So I will post the output of the autograder from the 0/100 submissions. See below:
[ValidateApp | INFO] Validating â/home/jovyan/work/submitted/courseraLearner/W4A1/Building_your_Deep_Neural_Network_Step_by_Step.ipynbâ
[ValidateApp | INFO] Executing notebook with kernel: python3
Tests failed on 10 cell(s)! These tests could be hidden. Please check your submission.
It depends on the nature of your error on that one failing function. If it causes the grader not to be able to compile the code, then it canât get as far as running the rest of the tests for the other functions.
It would be helpful, as Tom suggested, to see the actual output of the grader under âShow Grader Outputâ.
Thank you so much for all the help @TMosh and @paulinpaloalto . The nature of the error in exercise one was that I was calling the wrong random generator function. I confused ârandnâ and ârandâ.
@TMosh Iâm getting the same issue here, my exercise 1 is passing just fine and Iâm not sure why Iâm still getting a 0 - any help is appreciated. thanks!
The problem is that you have not executed the cell that defines initialize_parameters. Well, either that or perhaps you have accidentally converted it from a Code cell to a Markdown cell.
Please try âCell -> Run All Aboveâ and then run the test again.
Are you sure that there are no syntax errors thrown when you run the cell that defines initialize_parameters?
yes, I tried what you suggested but still seeing the same issue - when I run the cell it says all tests pass but when I click on validate I still see the same error shown in my previous screen shot
Validate will not work until you have completed all the functions in the notebook. It also does not make sense to submit to the grader until you have finished all the functions.
hey guys, the issue is there even though ive completed all functions in the notebook.Im not using validate, I am submitting the assignment and still receive a 0. Iâm not really sure where to go from here
and yes ive ensure all cells were properly executed many times except for one test case failed of 3 in the L_model_backward function. But I thought I need 70/100 to pass. and all other cells are passing test cases