In other words, what it suggests, that you use some variable that is not passed to the function.
Please check in every function that you use variables that are passed only as arguments (in def (...)) and not variables that are somewhere else in the Notebook.
For example, if you have a function: def tweet_to_tensor(tweet, vocab_dict, unk_token='__UNK__', verbose=False):
If you are sure that you do not use global variables and not modified functions outside where you supposed to, you could click on my username and message me your Assignment notebook (how to download).
I have the same prorblem, I got all test passed and my grade is 0. And now I have this error :
" Evaluator Error: Evaluator Comments Not Found
Visit the discussion forum to see if your peers are experiencing or have resolved similar errors. If this error is not resolved within 24 hours, please contact Coursera through the Help Center. "
I have the same problem, for all of the exercises of this assignment, I am getting the same error of using global variables, which I cannot find any in my code.
My lab id is noqvzwmb.
@Mubsi Hi, could you please take a look at my lab with id noqvzwmb.
all the tests are passed but I am getting 0 point at the end, the error is global variables for all the test cases, I have checked but there are no global variables.
@Mubsi , Thank you, it was showing the global variable error for all the 8 exercises and I was checking all of them, I missed this one.
It is solved now, Thanks again.