FastGCN icon indicating copy to clipboard operation
FastGCN copied to clipboard

no such folder named (./data/cora_graphSAGE)

Open huangt97 opened this issue 5 years ago • 1 comments

Hello,I want to use cora dataset with GraphSAGE, but I can't find the file named cora-G.json and there is no such folder named (./data/cora_graphSAGE).I'm appreciate for your help, thank you.

huangt97 avatar Dec 19 '19 12:12 huangt97

You need to use the code "create_Graph_forGraphSAGE.py" to transfer the format. As per previous comments, please notice your networkx version: nextworkx<=1.11.

matenure avatar Dec 19 '19 14:12 matenure