GAT-pt icon indicating copy to clipboard operation
GAT-pt copied to clipboard

PyTorch implementation of the Graph Attention Networks (GAT) based on the paper "Graph Attention Network" by Velickovic et al - https://arxiv.org/abs/1710.10903v3

Results 1 GAT-pt issues
Sort by recently updated
recently updated
newest added

您好,我在利用cora数据集运行代码的时候,发现对应adj_mat第一行、第一列中“1”的个数分别为4、3,然而无向图的adjacent matrix似乎应是对称的,希望得到回复!