mukul13 / rword2vec

R Interface to Google's word2vec
34 stars 13 forks source link

C Stack is near the limit #5

Open adityosnrost opened 7 years ago

adityosnrost commented 7 years ago

Hi,

I would like to know why I am getting this error when to try rword2vec library even with below 1mb data set for training. Here is the error:

image

After getting this error, the R studio automatically disconnected.

Thank You

hxrts commented 7 years ago

having the same issue

jeknov commented 7 years ago

I have the same issue, too

jwijffels commented 6 years ago

Same issue here

>   model=rword2vec::word2vec(train_file = "data/input_word2vec.txt", output_file = "data/wordvectors.vec", 
+                             cbow = 0, layer1_size = 50, window = 10, negative = 5, hs = 0, sample = 1e-1,  num_threads = 1, binary = 0, iter = 15, min_count = 2)
Starting training using file data/input_word2vec.txt
Vocab size: 10034
Words in train file: 181683
Alpha: 0.033360  Progress: 33.70%  Words/thread/sec: 148.82k  
Error: C stack usage  805912695748 is too close to the limit
Error during wrapup: C stack usage  805912722560 is too close to the limit
lovivi commented 6 years ago

i have the same issue.......

operdeck commented 5 years ago

me too...

image