Failing the code after submission

Hey! I was working on my final assignment for week 3 - Vector Space models for the first course in NLP specialization. My code is successfully passing all the test cases for get_country and get_accuracy code block. But somehow, I’m failing to pass the assignment after submitting.

Any guesses, as to why this might have happened.

Thanks

I am having the same problem

What should we do now? Is it a technical issue or something wrong with our code?
Anyone who submitted and successfully passed? The issue hasn’t been resolved yet.
Lab ID: kffjpelfprgz
Please help me out with this, as I would be failing the course if this isn’t resolved.
Issue: All test cases passed while running the code on Notebook but after submitting its showing “There was a problem grading your submission. Check stderr for more details.”

Hi @Siddhesh_Gahrana

Please check for these points.

Let us know if it solves the issue.

Cheers

Thanks a lot!! It worked.

I am facing same issue

I am facing the same issue.

Also, I did not run the code on my own machine as shown in the assignment test (see the copy-paste below).
Is this a mandatory step to pass the assignment? I thought it was not, as it says “if you want to download the full dataset on your own and choose your own set of word embeddings, please see the instructions and some helper code.”

To Run This Code On Your Own Machine:

Note that because the original google news word embedding dataset is about 3.64 gigabytes, the workspace is not able to handle the full file set. So we’ve downloaded the full dataset, extracted a sample of the words that we’re going to analyze in this assignment, and saved it in a pickle file called word_embeddings_capitals.p

Hey! I was working on my final assignment for week 3 - Vector Space Models for the first course in the NLP specialization. My code successfully passes all the test cases for the get_country and get_accuracy code blocks. But somehow, I’m failing to pass the assignment after submitting it.

Any guesses, as to why this might have happened?
Even I tried the solution tagged

Thanks

Hey.

Please first check for these points.

You can also check your outputs.

Usually there is information (by grader like 10/10 etc) why you do not pass the assignment. This information could help guide you where the problem is.

Cheers

Hello!

I am having the same problems as the rest. I tried what you suggested and it didn’t work. All outputs are correct. What else could it be?

Thanks!