Deeplearning Speacialization Course 5 , week 2- Problem in Emojify assignment

@TMosh Okay so where else could this be causing issues in the exercise?

Initialising the avergae I have the following as you advised above:

np.zeros(word_to_vec_map[any_word].shape)

Only other place I can think that might cause issues is calculating the average? I have the following?

avg += word_to_vec_map[w]