You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "vectors.pyx", line 295, in spacy.vectors.Vectors.add
ValueError: [E060] Cannot add new key to vectors: the table is full. Current shape: (3387194, 300).
Not sure how to do such simple vector operations as above in sense2vec.
The text was updated successfully, but these errors were encountered:
Same question @ines. Do you recommend looking at this thread for a solution? I wasn't able to reproduce the solution that's presented in that thread with s2v.
I was going to add vectors and fine-tune the vector corpus with another model.
I am trying to add some new keys and find words similar to these keys. I was hoping do something on the following lines, for example:
The second line throws an error though:
Not sure how to do such simple vector operations as above in sense2vec.
The text was updated successfully, but these errors were encountered: