I was wondering if there was any chance of getting a more distributed word2vec 
implementation.  I seem to be running out of memory from big local data 
structures such as

val syn1Global = new Array[Float](vocabSize * vectorSize)


Is there anyway chance of getting a version where these are all put in RDDs?


Thanks,

Reply via email to