Word2Vec.jl icon indicating copy to clipboard operation
Word2Vec.jl copied to clipboard

Getting DimensionMismatch("tried to assign 99-element array to 100×1 destination") error

Open schnetzlerjoe opened this issue 4 years ago • 2 comments

I am getting the error DimensionMismatch("tried to assign 99-element array to 100×1 destination") when trying to apply wordvectors on a trained word2vec text file.

What exactly does this mean?

schnetzlerjoe avatar Dec 02 '20 00:12 schnetzlerjoe

I have the same problem.

ValeriiBaidin avatar Dec 09 '20 00:12 ValeriiBaidin

I had the same issue, in my case it was due to using the zip file without decompression, I think it's the same for you guys.

Greetings!

AbrJA avatar Mar 21 '24 17:03 AbrJA