Grader Error in C3W1

i have this error shown whenever i try to submit my assignment ,
As far as i have checked there is no global variables used anywhere. Please help me resolving this error. My lab Id : lygeubshomqr

What does that error say?

i get this error whenever i try to grade the assignment

I am sorry but I cannot deduce anything from this, do you pass all tests on the notebook itself? Is there a particular part that you feel might be the problem so that we can focus on it?

CODE REMOVED FROM MENTOR

i have uploaded the notebook can you please check it?

yes i have passed all the tests in the notebook

You are not allowed to share your solution code publicly (code of conduct), you should have private messaged Gent with your notebook attached. So please delete your code.

Regarding the grader - you are not allowed to modify code outside:
### START CODE HERE

### END GIVEN CODE ###

but you have deleted:

# UNQ_C2 (UNIQUE CELL IDENTIFIER, DO NOT EDIT)
# GRADED: Data generator

which is important to the grader.

Cheers

P.S. by the way, you did use a global variable in # UNQ_C5 with len(Vocab) :slight_smile: (again outside the ### START CODE HERE which you also deleted on more occasions).

And :slight_smile: you used another global variable training_loop in # UNQ_C8 while not using the model variable which you should have.

2 Likes

Hello, I didnt ask you to send me your notebook and that is not done in the public. Seems to me from @arvyzukai reply you have a lot of problems with it, I advise you to heed his advice and reset the notebook entirely and try again to do the assignment. Here is the link on how to reset it:

https://www.coursera.support/s/article/360004995312-Solve-problems-with-Jupyter-Notebooks?language=en_US

2 Likes

thank you for the suppport, i was able to submit the assignment.