We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8316bc7 commit 2cafba5Copy full SHA for 2cafba5
spacy/errors.py
@@ -457,8 +457,7 @@ class Errors:
457
458
# TODO: fix numbering after merging develop into master
459
E900 = ("Could not run the full 'nlp' pipeline for evaluation. If you specified "
460
- "frozen components, make sure they were already trained and initialized. "
461
- "You can also consider moving them to the 'disabled' list instead.")
+ "frozen components, make sure they were already trained and initialized. ")
462
E901 = ("Failed to remove existing output directory: {path}. If your "
463
"config and the components you train change between runs, a "
464
"non-empty output directory can lead to stale pipeline data. To "
0 commit comments