This is a pytorch implementation of the Graph Attention Network (GAT)
The data folder stores the model training and the data to be tested. You can train a model by putting the dataset in the data folder and using the train.py file
Our model relies on Python 3.8 and PyTorch 1.8.1