-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when using spacy CLI train command #1008
Comments
Thanks for the report – fixing! (Looks like the main problem here is the dev scores not being passed to |
Thanks for your quick answer. I re-compiled spaCy from source and tried to re-train the models, but got a new error. Here is the output:
I am using the same environment. Did I miss something? |
Sorry this was my fault. Try again? Just made another tweak. |
@honnibal I tried again with the last spaCy version (1.8.1) and got the same error. |
@naileakim Sorry, I think we didn't v1.8.1 still contains the same error (didn't test properly), but it should be fixed on master. |
I confirm you that I still got that error while using latest master updates. I could finally succeed to train the model by adding the |
This is finally fixed in v2.0.0 alpha! |
how about 1.9.0, @ines ? |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I tried to train a tagger and parser using the spacy CLI train command:
The script breaks at the end of the training; here is the output:
My current environment is:
The text was updated successfully, but these errors were encountered: