Skip to content
Discussion options

You must be logged in to vote

Hi! Sorry to hear you're running into this.

First off, you mention that both systems use spaCy 3.5.0 but that doesn't seem true from the warning that is printed right up front:

UserWarning: [W095] Model 'en_pipeline' (0.0.0) was trained with spaCy v3.4 and may not be 100% compatible with the current version (3.5.0). If you see errors or degraded performance, download a newer compatible model or retrain your custom model with the current spaCy version. For more details and available updates, run: python -m spacy validate

To debug this, you could try again after updating both versions to 3.5 and run a quick training, e.g. by setting max_steps to 100 in the config so you don't have to wait…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Anand195
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 feat / serialize Feature: Serialization, saving and loading
2 participants
Converted from issue

This discussion was converted from issue #12310 on February 23, 2023 09:04.