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
I have a word2vec model (binary) that I want to load into the vocab before training with train_ud.py. Unfortunately, I'm met by an OSError when running load_vectors_from_bin_loc().
Agree that the error messaging could be improved. It's difficult because we're reporting from a C error. I need to look into checking the error message properly.
Have you checked the obvious, like whether the file exists, whether you have enough memory...?
I have a word2vec model (binary) that I want to load into the vocab before training with
train_ud.py
. Unfortunately, I'm met by anOSError
when runningload_vectors_from_bin_loc()
.The error message is not exactly descriptive, so I'm wondering what might be the issue here?
The text was updated successfully, but these errors were encountered: