├── README.md ├── config.py ├── model.py └── train_demo.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCUT-Xinlab/BC-GCN/HEAD/README.md -------------------------------------------------------------------------------- /config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCUT-Xinlab/BC-GCN/HEAD/config.py -------------------------------------------------------------------------------- /model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCUT-Xinlab/BC-GCN/HEAD/model.py -------------------------------------------------------------------------------- /train_demo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCUT-Xinlab/BC-GCN/HEAD/train_demo.py --------------------------------------------------------------------------------