I have passed all the questions in the assignment still I am getting 60 % marks at final evaluation.
Can someone guide me what’s wrong going on?
I have passed all the questions in the assignment still I am getting 60 % marks at final evaluation.
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:
- You have not added any extra
- You have not added any extra code cell(s) in the assignment.
- You have not changed any of the function parameters.
- 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.
- You are not changing the assignment code where it is not required, like creating extra variables.
80% of these are:
- 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 embeddings
then do not use global variable named word_embeddings
. (Here is a Video what is being meant by global vs. local variables and the playground to experiment.)
So please make sure you do not do that.
Cheers
I checked everything, couldn’t figure it out.
How can I get fresh unattended notebook for this assignment to start over?
Yes, you can refresh your workspace.
I would suggest to check your variables first, because it’s a common mistake.
Much appreciated.
I was committing mistake while calling function argument inside the function.
I am facing same issue .for the same two questions i have cleared all tests, but grading shows 0 marks.tried refresing notebook and submitting but still facing same issue