tok2vec -> embed extra fields not permitted #9473
Answered
by
ljvmiranda921
jump155
asked this question in
Help: Coding & Implementations
-
I am trying to use predictions from preceding components according to the example I want ner component to use attributes from parser component. Here is my config
But when I start training, I get the Error: I tried removing come fields and blocks, but nothing helped. |
Beta Was this translation helpful? Give feedback.
Answered by
ljvmiranda921
Oct 15, 2021
Replies: 1 comment 3 replies
-
Hi @jump155 , you can run spacy debug config path/to/config.cfg to better get a sense of what's missing / wrong in your config. Then you can start debugging from there 👍 |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
svlandeg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @jump155 , you can run
to better get a sense of what's missing / wrong in your config. Then you can start debugging from there 👍