Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.31 KB

File metadata and controls

30 lines (22 loc) · 1.31 KB

Node Classification on Citation Networks

This example shows how to use modules defined in dgl.nn.pytorch.conv to do node classification on citation network datasets.

Datasets

  • Cora
  • Citeseer
  • Pubmed

Models

Usage

python run.py [--gpu GPU] --model MODEL_NAME --dataset DATASET_NAME [--self-loop]

The hyperparameters might not be the optimal, you could specify them manually in conf.py.