PyTorch for Deep Learning - DeepLearning.AI Visualizing AI Food Quality Inspection Assignment Grader

I passed all the tests in the assignment except the optional ones. However, my grade is still 34/100. Checked with the solutions no bugs. Yet, the grader does not give me any feedback also. Any idea on why it might be happening?

Are you sure you viewed the full grader feedback? You may need to grab the three vertical dot boundary and slide it left to see the full grader output.

In all the courses here, the test cases in the notebooks do not cover all possible test cases and the grader frequently has different test cases. So if your code is not general, then you pass one test, but fail a different test. E.g. referencing global variables from the body of your functions instead of the formal parameters is a way to trigger this type of problem.

I don’t know why, but I ran the same code as before, and it now works. Changed nothing; I just saved the code in between steps and made sure to submit after each exercise. Thank you for the swift response. The work you guys did is also excellent!

@emronr

Sometimes don’t save up the changes we make while writing code, so I used to always end up saving my work after writing code in each grade function. Probably that was the issue when first time you submitted your assignment. Actually the save your work option is mentioned on the top of every assignment under TIPS FOR SUCCESSFUL SUBMISSION in the lab itself, sadly no one reads that in detail :saluting_face: