Trouble running Spacy - Cannot set unknown dimension 'nO' for model 'layernorm'. #8284
Answered
by
polm
raj-trustlab
asked this question in
Help: Installation
-
I'm trying to build and run some team code. There is a line in the code that does:
which is erroring with this:
Versions:
Downloaded / installed "en_core_web_sm" using
Anyone know what might be the issue? |
Beta Was this translation helpful? Give feedback.
Answered by
polm
Jun 7, 2021
Replies: 1 comment
-
Ah, I thought I recognized this question, it was on StackOverflow. I commented there, but for completeness:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
svlandeg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ah, I thought I recognized this question, it was on StackOverflow.
I commented there, but for completeness:
spacy download
command should install the model, you should not need to call pip. Can you try your code again in a clean environment?