How to fix wiki-news-300d-1M.vec has wrong file format error without retraining
Jan 7, 2021
wow. worst title of any thing I’ve ever written
If, on Python, you need the precious vectors of embeddings from fastText but cannot load the model via fasttext.load_model() method, You can use gensim library to load the fastText embeddings. (pytorch is not necessary, even though used in the example)