FastGCN icon indicating copy to clipboard operation
FastGCN copied to clipboard

Reddit adjacency matrix

Open vinaysetty opened this issue 7 years ago • 1 comments

How did you build the reddit_adj.npz file from the reddit data provided here http://snap.stanford.edu/graphsage/? I see thee code to load reddit_adj.npz but in transferRedditDataFormat there is no code to create one. I tried the commented code where adjacency matrix is created from feat_id_map but that crashed because of index mismatch.

vinaysetty avatar Sep 23 '18 07:09 vinaysetty

I tried the commented codes, and it seems to work, although we need to add a little bit codes... Anyway, I uploaded a new separate file "transformRedditGraph2NPZ.py" and validated it just now.

matenure avatar Sep 29 '18 03:09 matenure