PetarV- / GAT

Graph Attention Networks (https://arxiv.org/abs/1710.10903)
https://petar-v.com/GAT/
MIT License
3.2k stars 644 forks source link

I have already generated adj_matrix, feature_matrix, binary_label_matrix, how should I do the subsequent processing? #53

Closed tanjia123456 closed 4 years ago

tanjia123456 commented 4 years ago

Hello, PetarV I have already generated adj_matrix, feature_matrix, binary_label_matrix, how should I do the subsequent processing?