pyGAT
pyGAT copied to clipboard
Masking of adjacency matrix
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
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.