├── README.md ├── layers.py ├── models.py ├── results └── cora_1pct │ └── sample_run.txt ├── train.py └── utils.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ronghangzhu/CensNet/HEAD/README.md -------------------------------------------------------------------------------- /layers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ronghangzhu/CensNet/HEAD/layers.py -------------------------------------------------------------------------------- /models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ronghangzhu/CensNet/HEAD/models.py -------------------------------------------------------------------------------- /results/cora_1pct/sample_run.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ronghangzhu/CensNet/HEAD/results/cora_1pct/sample_run.txt -------------------------------------------------------------------------------- /train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ronghangzhu/CensNet/HEAD/train.py -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ronghangzhu/CensNet/HEAD/utils.py --------------------------------------------------------------------------------