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
