I need help pleeese!!
I have a problem with the auto-grader, it gaves me 30/50 and tells me to “Check Stderr” even though all outputs gives me “All tests passed” !
I have only one day to submit it
@Mubsi any help will be appreciated …
Can you elaborate the query and share the Lab id. You can get it by first opening the notebook, and then clicking on the Help section.
Also just try restarting the kernel and then running the cells.
Yes, I tried to restart the kernal but it didn’t work. For the lab id where can I find it when I open this list ?
Check whether you are using the local variables and not global variables.
city1, country1, city2, embeddings, cosine_similarity these are some of the local variables which should be used and not global variables.
I think you are using word_embeddings instead of embeddings leading to this error or some other global variable.
Thank you so much @ARNAV_GUPTA1, this was the reason for the Error, it works now