Hi @Ebukliq @Farija , I change my code in Exercise 1 - sentence_to_avg from: avg = np.zeros(np.shape(word_to_vec_map)) to: avg = np.zeros(word_to_vec_map[any_word].shape)
and It passed the assignment.