-
Week3
-
Link to the classroom item you are referring to: Coursera | Online Courses & Credentials From Top Educators. Join for Free | Coursera
-
Description : All test pass but the grading systems gives 0/10 and suggests to check the stderr. There is no std_err.
Make sure you use correct parameters because this is the most common mistake when tests pass but grading fails.
For example, for get_country, make sure that you use embeddings
instead of word_embeddings
.
Cheers
1 Like
Solved. It was precisely that confusion between embeddings and word_embeddings. Thank you so much