PonderLY / PC-GNN

(WWW 2021) Source code of PC-GNN
96 stars 21 forks source link

cannot build on a large graph #9

Open stupidoge opened 1 year ago

stupidoge commented 1 year ago

Hi author, @PonderLY In your code, it used sparse matrix. When the graph is really huge, it cannot work. For a sparse matrix even will occupy more than 2TB memory.

How to solve that?