This repository contains the demo code of the paper:
which has been accepted by NeurIPS2021.
- Python3
- NumPy
- SciPy
- NetworkX
- PyTorch
bash run_data.sh
The demo code is implemented based on AM-GCN: Adaptive Multi-channel Graph Convolutional Networks.
@inproceedings{U-GCN,
title={Universal Graph Convolutional Networks},
author={Di Jin, Zhizhi Yu, Cuiying Huo, Rui Wang, Xiao Wang, Dongxiao He, and Jiawei Han},
booktitle = {NeurIPS},
year={2021}
}