eabdullin / Word2Vec.Net

implementation Word2Vec for .Net framework
Other
126 stars 41 forks source link

An unhandled exception of type 'System.OverflowException' occurred in Word2Vec.Net.dll #4

Open kvasnyj opened 8 years ago

kvasnyj commented 8 years ago

Hi, Exception in InitVocub(): M = new float[words * size];

Looks like words and size reading incorrect.

eabdullin commented 8 years ago

@kvasnyj, may be it happens cause you use not binary file.