GraphSAGE
GraphSAGE copied to clipboard
What's the difference between features in <train_prefix>-G.json and features in <train_prefix>-feats.npy?
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?
I am also confused by this. Could someone answer this question?
When i read the code,i found the features in <train_prefix>-G.json are not used.
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?