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”.