Grading Error C3W1

I’m getting “Grading Error” after submitting the assignment. While my all written codes are running and getting “All tests passed”

Hi @Mahmoud_Salama7

99% of the time when you pass the unit tests (and all your outputs match the expected outputs) but grading of the assignment fails, it is one of those reasons:

Important Note on Submission to the AutoGrader

Before submitting your assignment to the AutoGrader, please make sure you are not doing the following:

  1. You have not added any extra print statement(s) in the assignment.
  2. You have not added any extra code cell(s) in the assignment.
  3. You have not changed any of the function parameters.
  4. You are not using any global variables inside your graded exercises. Unless specifically instructed to do so, please refrain from it and use the local variables instead.
  5. You are not changing the assignment code where it is not required, like creating extra variables.

80% of these are:

  1. You are not using any global variables inside your graded exercises. Unless specifically instructed to do so, please refrain from it and use the local variables instead.

For example, if you have local variable named vocab_size or classifier then do not use global variable len(Vocab) or model.

Here is a Video what is being meant by global vs. local variables and the playground to experiment.

Also, make sure that all your cells execute without errors (if you experimented outside ### START CODE HERE ... ### END CODE HERE ###

Cheers

Why are there still errors in strictly following the requirements? If grading is for the purpose of grading, I don’t know the significance of offering courses

Hi @minglu

What do you mean? Your English is hard for me to understand.