PyTorch: Fundamentals : C1M1 Grader Fails

The grader fails in the Exercise 1 though all the unit cases were passed in the notebook.

hi @Riddhick

Can post screenshot of the grader feedback showing information on why exercise 1 failed on submission?

A gentle. reminder, passing unittest doesn’t confirm your codes are as per the autograder as conflict with global and local variables, implementation conflicts or deletion/editing anything outside the grade markers such as ###START AND END CODE HERE can also result in grade failure.

Also just a reminder if you are checking the grader using grade-up-to-here , then this can also be the reason as some autograder consider it as incomplete grading and also takes grader submission when all your exercises have codes written and unitttest passed.

1 Like

Thanks for information. It was some bug related to the platform. The grader worked fine after re-submitting the code after 3 attemps.

2 Likes