snap-stanford / snap

Stanford Network Analysis Platform (SNAP) is a general purpose network analysis and graph mining library.
Other
2.17k stars 797 forks source link

Core dump when doing word embedding #131

Open jiangxiluning opened 6 years ago

jiangxiluning commented 6 years ago

Hi, I have an edgelist with 6M lines. When I was doing node2vec, I could learn walking successfully, but It cored when it learnt embedding process. By the way, I have 200G memory in my server.

sidazhou commented 6 years ago

I have seen similar issue. For me, it only happens with -dr flag is set. I've also experienced program terminating before displaying 100% on the shell prompt.

makefile commented 4 years ago

I met the same issue with -dr flag. There may be a bug in the training of word2vec.