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
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: