You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In constant.py the embedding_matrix_filename variable calls for an embedding file which is not available in the data folder. From where shall I download this embedding file ?
In constant.py the embedding_matrix_filename variable calls for an embedding file which is not available in the data folder. From where shall I download this embedding file ?
embedding_matrix_filename = 'data/ckpts/embeddings_%s.h5'%embedding_dim
The text was updated successfully, but these errors were encountered: