aditya-grover / node2vec

http://snap.stanford.edu/node2vec/
MIT License
2.6k stars 912 forks source link

Take very long to finish the program #38

Open haow85 opened 6 years ago

haow85 commented 6 years ago

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 .

wen-fei commented 5 years ago

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!