All my output matches expected output, and all tests pass. Yet I’m getting 0/25 on “Testing” along with the message: “There was a problem grading your submission. Check stderr for more details.” How do I check stderr?
Hello @John8
Kindly refer to the below post.
All tests passed. I also updated the notebook to the latest version. Still, I’m getting 30/50.
Any help? My ID is qlynlwrdqxkc.
I got same error for the train model part. I want to is there anything I am missing in that
Same here. Starting a notebook from scratch did not help. get_coubtry and get_accuracy are not graded successfully. Would be really good to have this one resolved. Thank you!
Solved it! Function was referencing global set of embeddings instead of the passed argument
Can you please explain more?
Hello @Rafal_Cegiela,
I am encountering the same error in the get_country
and get_accuracy
functions as you mentioned earlier. Could you please provide guidance on how you resolved that error?
Okay it’s fixed now. Your comment “Function was referencing global set of embeddings instead of the passed argument” helped me to identify the issue.
Thanks
could you kindly guide us how to solve this problem? Thank you very much
ok I found it.
I should use “embeddings”, not the global one “word_embeddings”