Skip to content
/ AdaGCN Public

reproduce ICLR2021 paper "AdaGCN: Adaboosting Graph Convolutional Networks into Deep Models"

Notifications You must be signed in to change notification settings

JhuoW/AdaGCN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AdaGCN

Trying to reproduce ICLR2021 paper "AdaGCN: Adaboosting Graph Convolutional Networks into Deep Models" paper (ICLR 2021)

Requirements

scipy==1.6.3
torch==1.9.0
networkx==2.5
numpy==1.19.5
scikit_learn==0.24.2

Run

# random split
python main.py --dataset_str cora --hidden_dim 5000

# public split
python main.py --dataset_str cora --hidden_dim 5000 --public_split

About

reproduce ICLR2021 paper "AdaGCN: Adaboosting Graph Convolutional Networks into Deep Models"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages