My submission has been reporting grader errors for 2 days now. I believe I completed all the tasks for this assignment.
Please post a screen capture image of these errors.
Hopefully a mentor for this course will have a suggestion soon.
Hi @priestly_dev,
I am sorry, but it’s hard to say what exactly went wrong looking at your screenshot. The only thing I would like to confirm-- I have just re-ran the assignment, successfully re-submitted it, and passed it (again):
Disclaimer: I have a regular “Pro” account on the DeepLearning.AI platform.
So I would save all your work first, then I would get a completely fresh copy of the notebook, copy-paste your work into appropriate cells, and also would check network settings on your site, and then re-submit the assignment. If it does not help, maybe admins of this platform would help you resolve the technical issues.
can you send the assignment file my personal DM.
please click on my name and then message me the assignment file to review your file.
Also can you confirm if you haven’t changed the assignment file name, or made any changes in the assignment outside the code markers ###start and end code here###.
Autograder usually can have such issues if the grade function headers were removed.
Also after you complete, one needs to click on the save emicon
, and then submit, so I hope you have followed these.
regards
Dr. Deepti
i sent it to you
Hi @priestly_dev,
Please notice the instructions provided after Exercise 6 test cell:
It mentions that you have to run the code cell:
helper_utils.save_training_logs(partial_results)
before you submit for grading. It will save your training logs in a file, training_logs.pkl, and that file (training logs) + the notebook, both are needed for grading.
However, in the screenshot you shared above of your workspace, I can see the file training_logs.pkl is not present in your workspace, which means that you haven’t run this cell before submission, which is why the grading is failing.
Your notebook seems to be fine, just make sure you have generated this file before submission.
Best,
Mubsi
The learner mentioned this resolved the issue for them. Closing the issue now.


