The programming assignment was not passed

Hi I have a question about the programming assignment

In Pytorch For deep learning course i.e., Module 4: Efficient Training Pipelines,

I successfully passed all the exercises in the programming assignment : Programming Assignment A Pneumonia Diagnostic Assistant

But I cannot get the 40/40 score but 30/40 score I get.

So I cannot get the certificate of this course.

Could you help me?

If you pass the tests in the notebook, but fail the grader for a given function, the first thing to look for is ways in which your code is not general. Examples might be referencing global variables from the body of your function instead of the formal parameters or hard-coding assumptions about the dimensions of some of the objects.

If those hints are not enough to help, then we can start a private DM thread and actually look at your code. Please note that we don’t share solution code on public threads.