I'm getting this error when I'm trying to access to run this code:
word_embedding_matrix = np.load(open("word_embedding_matrix.npy", 'rb'))
FileNotFoundError
Traceback (most recent call last) in () ----> 1 word_embedding_matrix = np.load(open("word_embedding_matrix.npy", 'rb'))FileNotFoundError: [Errno 2] No such file or directory: 'word_embedding_matrix.npy'