Config validation error #13545
Unanswered
Teeesa7
asked this question in
Help: Coding & Implementations
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I recently generated my
train.spacy
anddev.spacy
files and proceeded to use thespaCy
widget to assist in creating my config file. However, when I attempt to start training with this configuration, I encounter errors.The errors specifically mention issues with the optimizer, tokenizer, and vectors, despite following the widget's guidance for setting up these components. Here's my configuration file and the errors I'm facing:
config.cfg
:After running
python -m spacy train config.cfg --output ./output
, I get:Could someone please advise on how to properly configure these components to resolve the errors?
Thanks alot!
Beta Was this translation helpful? Give feedback.
All reactions