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
The text was updated successfully, but these errors were encountered:
JieZou1
changed the title
[Question]How to load GoogleNews-vectors-negative300.bin.gz?
[Question]How to load GoogleNews-vectors-negative300.bin?
Aug 11, 2016
Hi,
I am trying to load the default model, GoogleNews-vectors-negative300.bin.
I have been using the following simple codes,
Word2Vec.Net.Distance distance = new Word2Vec.Net.Distance("GoogleNews-vectors-negative300.bin");
But, I received the following error message:
System.OutOfMemoryException: Array dimensions exceeded supported range.
Any ideas? Many Thanks.
Jie
The text was updated successfully, but these errors were encountered: