node2vec icon indicating copy to clipboard operation
node2vec copied to clipboard

Take very long to finish the program

Open haow85 opened this issue 6 years ago • 1 comments

I fed a graph of 60K nodes into Node2Vec program. It was running on a 8 core 8 G cloud server and it's running for more than 2 days without producing the output emd file. I checked the monitor metrics , the CPU and memory consumption at the moment is very low , so probabily the program stopped at some point without sending out any warning or printing any messages .

haow85 avatar May 09 '18 07:05 haow85

hello, have you find the problem of your project? I met this also, I changed the source codes and added the logging module. Actually, the program didn't stop and i guess the edges were so large that produced an unpredictable error, i.e. python language's error. I look forward to discuss with you!

wen-fei avatar Sep 11 '18 07:09 wen-fei