Skip to content
Discussion options

You must be logged in to vote

I think it is unexpected to get different results on inference where the only difference is the python version. For training, there will be cross-platform and CPU vs. GPU differences in the exact results due to float rounding, etc., but I wouldn't have expected this on inference.

I also couldn't immediately replicate this with python 3.7 vs. 3.8, spacy v3.2.0 and en_core_web_lg v3.2.0 in linux. So that we can look into the details, could you provide spacy info --markdown for both environments and also the exact versions of numpy, blis, and thinc?

My first guess is that you're comparing en_core_web_lg v3.1.0 to en_core_web_lg v3.2.0. The provided pipelines are retrained from scratch for ea…

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
4 replies
@kilianfoth7920
Comment options

@polm
Comment options

@kilianfoth7920
Comment options

@polm
Comment options

Comment options

You must be logged in to vote
2 replies
@kilianfoth7920
Comment options

@adrianeboyd
Comment options

Answer selected by adrianeboyd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compat Cross-platform and cross-Python compatibility
3 participants