C5_W2_Exercise 1

hi, i thought have the shapes and syntax right, but get this error, any tips appreciated:

—> 33 avg += word_to_vec_map[w]
34 # Increment count
35 count +=1

ValueError: operands could not be broadcast together with shapes (50,) (2,) (50,)

Perhaps your value for ‘w’ is incorrect.