Exception E896 with using static vectors #8444
-
I am trying to load the pre trained static vectors using the init model command. I run the below init vectors command :
Output :
When i try to begin training with the added vectors:
I get an exception E896.
Kindly help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 12 replies
-
When using vectors from a pretrained model you don't have to convert them first. In your train step you can just use That said I am surprised your convert command didn't give you an error, I'll have to look at why that happens. |
Beta Was this translation helpful? Give feedback.
When using vectors from a pretrained model you don't have to convert them first. In your train step you can just use
--paths.vectors en_core_web_md
.That said I am surprised your convert command didn't give you an error, I'll have to look at why that happens.