Pytorch implementation of JK-Net, paper: Representation Learning on Graphs with Jumping Knowledge Networks. Supported datasets are cora and citeseer.
Referenced Repositories:
* PyTorch 1.14
* Python 3.7
python train.py --dataset dataset_name --model model_name --layer layer_name
--dataset_name: core, citseer
--model: Concat, Maxpooling, LSTM, GCN, GAT
--layer: GCN, GAT
Paper: Representation Learning on Graphs with Jumping Knowledge Networks