You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: