An implementation of CenGCN based on tensorflow1.x.
Original paper: Centralized Convolutional Networks with Unequal Information for Scale-Free Graphs
* tensorflow 1.15
* python 3.6
pip install requirements.txt
python train.py
Note: The code was written by Lei Wang and collated by Xin Chen.