C1_W3_Assignment Grade

Passed all the individual assignment but failed in Module 3 of NLP Vectors Spaces. Updated the lab, started with the code step by step for each but failed in get_country and get_accuracy although passed each test. There was no error from the output on the contrary it matches as exepected.

There are hidden tests on the functions and it seems you are not passing those tests so its probably a mistake on your code implememtation.

Hi @swarup_sengupta

This is the most common mistake for get_country. Please check that you do not use global variable word_embeddings instead of local - embeddings.

Cheers

2 Likes

Thanks a lot! I figured out the problem previously ! But thank you so much for the kind help !
Regards
Swarup

1 Like