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
Hi,
I've trained a model using my corpus. I tried different methods to get vectors from this model but it seems there's something wrong with the shape:
# using gensim.models.wrappers.FastText
AssertionError: mismatch between actual weight matrix shape (4007501, 300) and expected shape (4007500, 300)
# using gensim.models.fasttext.load_facebook_vectors
AssertionError: unexpected number of vectors
# using gensim.models.fasttext.load_facebook_model
AssertionError: unexpected number of vectors
The text was updated successfully, but these errors were encountered:
Hi,
I've trained a model using my corpus. I tried different methods to get vectors from this model but it seems there's something wrong with the shape:
The text was updated successfully, but these errors were encountered: