[E913] Corpus path can't be None. #9256
-
Hi, I am using spacy 3.1.2 and trying to do custom NER training but getting Corpus-related errors. I could not find any solution to my issue so here I am attaching the required files and screenshots of the commands I used- Also, find below the JSON file I have used to convert into s[acy format- And the config file- Let me know what may be the issue since I am using train and dev.spacy files as well. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi! Please copy/paste code (instead of taking screenshots) so others can run & replicate your issue and help you better. Could you rerun the |
Beta Was this translation helpful? Give feedback.
Hi!
Please copy/paste code (instead of taking screenshots) so others can run & replicate your issue and help you better.
Could you rerun the
debug
command again, but feed it the same override parameters forpaths.train
andpaths.dev
, and copy-paste the output here?