This repository provides a reference implementation of the following paper: Byproducts of Link Prediction via Graph Attention Network
To run Byproducts of Link Prediction via Graph Attention Network on the Cora citation network, execute the following command from the project home directory:
``python2.7 train.py
You can check out the other options available to use with Byproducts of Link Prediction via Graph Attention Network using:
python2.7 train.py --help