GraphSAGE icon indicating copy to clipboard operation
GraphSAGE copied to clipboard

What's the difference between features in <train_prefix>-G.json and features in <train_prefix>-feats.npy?

Open JayGuyGao opened this issue 7 years ago • 3 comments

This might be a dumb question, but could somebody kindly tell me the difference between features in <train_prefix>-G.json and features in <train_prefix>-feats.npy?

JayGuyGao avatar Nov 18 '18 02:11 JayGuyGao

I am also confused by this. Could someone answer this question?

dineshdharme avatar Jan 17 '19 17:01 dineshdharme

When i read the code,i found the features in <train_prefix>-G.json are not used.

zqg avatar Jan 28 '19 02:01 zqg

I reread the paper, I can not find another type of feature.

In the "load_data" function, "feats" presents the feature in "feats.npy", "G" presents node and edge, but not node features.

So, "feats.npy" is not optional. Am i right?

Allenqian0531 avatar May 25 '23 04:05 Allenqian0531