PetarV- / GAT

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

Apply this framework to supervised learning #55

Closed tanjia123456 closed 4 years ago

tanjia123456 commented 4 years ago

Hello, the nodes in my dataset have labels. I tried to run your framework. I want to ask, is it supervised learning as long as the data set is changed? Do you need to modify other places?

tanjia123456 commented 4 years ago

By the way, one object has one graph, then what should be done for multiple objects?