Open adityosnrost opened 7 years ago
having the same issue
I have the same issue, too
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
i have the same issue.......
me too...
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:
After getting this error, the R studio automatically disconnected.
Thank You