Problem with nI
dimension when using spancat
#13722
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have created a pipeline for span categorization using `spacy init --pipeline "spancat" --optimize "accuracy". Upon running, I get an error saying that the labels haven't been initialized. For this, I have added an initialization block at the end of the config file, which looks like this
However, I get the following error:
which I haven't seen referenced anywhere. Why can this be? Also, I thought you could use
init labels
and get the label data automatically, but it won't let me do this because it says the labels are not initialized.Thank you.
Beta Was this translation helpful? Give feedback.
All reactions