Getting error after converting fasttext vectors to spacy #5988
-
How to reproduce the behaviourI have converted fasttext vectors to spacy using below command en_fast_text directory contains below files under vocab When i tried below code using spacy i get error Error Requesting to please help if i'm missing anything. Your Environment
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hi, can you double-check that you are running |
Beta Was this translation helpful? Give feedback.
Hi, can you double-check that you are running
spacy init-modelwith the same spacy version as you're using to load it? It looks like you created the model with spacy v2.3 but then you're trying to load it with v2.2.