DeepGraphLearning / graphvite

GraphVite: A General and High-performance Graph Embedding System
https://graphvite.io
Apache License 2.0
1.22k stars 151 forks source link

why run node2vec on graphvite have segmentation fault? #53

Closed halzing closed 4 years ago

halzing commented 4 years ago

on graphvite,when running node2vec for node embedding always occur segmentation fault and then program will stop before training? but it has error detail, so I don’t know how to solve this problem

halzing commented 4 years ago

I try a mini dataset,so Gpu memory should be enough

KiddoZhu commented 4 years ago

Node2vec requires much more CPU memory than DeepWalk and LINE.

Could you show the log of GraphVite? How large is your CPU memory?