Cannot deserialize model error #10024
Answered
by
adrianeboyd
sonynavdeep81
asked this question in
Help: Coding & Implementations
-
I am trying to load the fasttext vectors "cc.pa.300.bin" and for the same I am giving the path for the vectors in config.cfg but when I am trying to train the model, I get the following error; Please help me, is it because spaCy is expecting vectors in some other format? Kindly help me resolve this problem. Thank You. |
Beta Was this translation helpful? Give feedback.
Answered by
adrianeboyd
Jan 11, 2022
Replies: 1 comment 4 replies
-
The vectors should be loaded into a spacy pipeline using |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
adrianeboyd
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The vectors should be loaded into a spacy pipeline using
spacy init vectors
and then the model name (if installed) or path should be used for this setting: https://spacy.io/api/cli#init-vectors