FastGCN
FastGCN copied to clipboard
Reddit adjacency matrix
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.
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.