pyGAT icon indicating copy to clipboard operation
pyGAT copied to clipboard

Masking of adjacency matrix

Open kochkinaelena opened this issue 4 years ago • 1 comments

Hi,

It looks like the code is processing a single adjacency matrix that includes information about connections between graph nodes in training, development and testing sets. I was wondering where in the code the adjacency matrix is masked such that it is not using the parts that reflect the training set during testing?

Many thanks, Elena

kochkinaelena avatar Mar 30 '20 17:03 kochkinaelena

I wonder too. I think the author forget to perform "mask" on GAT processing. Then the features for test set nodes will aggregate on train node.

jiangxinke avatar Mar 12 '22 08:03 jiangxinke