I got the error in grading

Grader Error: Grader feedback not found

Visit the Discussion forum to see if your peers are experiencing or have found resolutions for similar errors. If the error isn’t resolved in 24 hours, please reach out to Coursera through our Help Center.

Please help me.

Which course you are doing? You posted this in General Discussion. You need to change this to the relevant course category. Read this post.

Natural Language Processing with Classification and Vector Spaces

DeepLearning.AI

I’ve moved this post from General Discussion to NLP Course 1 Week 1. Kindly mention the correct week number so mentors of this course guide you accordingly.

Ok Sir.
Thank you for your help.

Hi @Ghulam_Sarwar_S_O_Li

Check this post regarding grading issues and make sure that your code meets the requirements.

Cheers

1 Like

Maybe try a search. Look for the threads with a :white_check_mark: indicating accepted solution

https://community.deeplearning.ai/search?context=topic&context_id=337788&q=Grader%20Error%3A%20Grader%20feedback%20not%20found&skip_context=true

1 Like

Hi @Ghulam_Sarwar_S_O_Li,

At the start of the notebook there’s:

**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.

If you do any of the following, you will get something like, Grader Error: Grader feedback not found (or similarly unexpected) error upon submitting your assignment. Before asking for help/debugging the errors in your assignment, check for these first. If this is the case, and you don't remember the changes you have made, you can get a fresh copy of the assignment by following these instructions.

This clearly mentions if you do any of the listed things you will run into Grader Error: Grader feedback not found.

Please make sure you are not doing any of these listed things.

Best,
Mubsi

1 Like