Is it safe to use model trained in 3.1.x in spacy 3.0.x? #8835
Answered
by
polm
erotavlas
asked this question in
Help: Other Questions
-
If I retrain my NER model using latest version of spacy 3.1.1, is it ok to load this model in a previous version of spacy (3.0.5)? |
Beta Was this translation helpful? Give feedback.
Answered by
polm
Jul 29, 2021
Replies: 1 comment 2 replies
-
I don't think we've tested that. I wouldn't recommend it and I'm not sure it would work at all (you might just get an error). At a minimum I would recommend the same approach as taking models from 3.0 to 3.1, which is to try them on your data and see if performance is maintained. Is there a particular reason you'd want to be able to do this? |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
polm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't think we've tested that. I wouldn't recommend it and I'm not sure it would work at all (you might just get an error).
At a minimum I would recommend the same approach as taking models from 3.0 to 3.1, which is to try them on your data and see if performance is maintained.
Is there a particular reason you'd want to be able to do this?