C3 W3 There was a problem grading your submission. Check stderr for more details

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.

1 Like

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!

1 Like

Solved it! Function was referencing global set of embeddings instead of the passed argument

1 Like

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 :smiling_face:

1 Like

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”

1 Like