/DeepLinker

Primary LanguagePython

Byproducts of Link Prediction via Graph Attention Network

This repository provides a reference implementation of the following paper: Byproducts of Link Prediction via Graph Attention Network

Basic Usage

Example

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

Options

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