Word2Vec.jl
Word2Vec.jl copied to clipboard
Getting DimensionMismatch("tried to assign 99-element array to 100×1 destination") error
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?
I have the same problem.
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!