roks

Results 20 comments of roks

Hi, Have you tried our high performance, multithreaded C++ implementation: https://github.com/snap-stanford/snap/tree/master/examples/node2vec

node2vec requires significant amount of memory for graph of your size. Check out http://snap.stanford.edu/graphsage/ for a less memory demanding solution.

Which OS and compiler are you using?

Does this require one package, macOS with M1, or multiple packages: macOS with M1, Ubuntu on this macOS, and Jetson Nano?

I tried a simple wrapping and it did not work. It would be great, if you have a patch that works.

I expect that the problem is that the output path "data/G.txt" contains a directory and that "data" does not exist.

Hi, Thanks for the note. We added this issue to our todo list. A workaround is to omit parameter names: snap.GetPageRank(g, PRankH, 0.8, 10e-8, 100) Cheers, Rok On 07/03/2015 06:30...

GetNodes() is used in many places, so changing its name is not possible for compatibility reasons.

Thank you for your report! Yes, there is a limit of 4Gb for the total size of all the strings. The exception handling in pylayer.i handles polymorphic aspects of LoadEdgeListStr....