├── README.md ├── train_cora_citeseer_pubmed ├── dataset.py ├── gslog_citeseer.txt ├── gslog_cora.txt ├── gslog_pubmed.txt ├── train_gp.py └── utils.py └── train_ogbn ├── dataset.py ├── model.py ├── train_ogbn.py └── utils.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzisastudyreallyhardguy/UGCL/HEAD/README.md -------------------------------------------------------------------------------- /train_cora_citeseer_pubmed/dataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzisastudyreallyhardguy/UGCL/HEAD/train_cora_citeseer_pubmed/dataset.py -------------------------------------------------------------------------------- /train_cora_citeseer_pubmed/gslog_citeseer.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzisastudyreallyhardguy/UGCL/HEAD/train_cora_citeseer_pubmed/gslog_citeseer.txt -------------------------------------------------------------------------------- /train_cora_citeseer_pubmed/gslog_cora.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzisastudyreallyhardguy/UGCL/HEAD/train_cora_citeseer_pubmed/gslog_cora.txt -------------------------------------------------------------------------------- /train_cora_citeseer_pubmed/gslog_pubmed.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzisastudyreallyhardguy/UGCL/HEAD/train_cora_citeseer_pubmed/gslog_pubmed.txt -------------------------------------------------------------------------------- /train_cora_citeseer_pubmed/train_gp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzisastudyreallyhardguy/UGCL/HEAD/train_cora_citeseer_pubmed/train_gp.py -------------------------------------------------------------------------------- /train_cora_citeseer_pubmed/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzisastudyreallyhardguy/UGCL/HEAD/train_cora_citeseer_pubmed/utils.py -------------------------------------------------------------------------------- /train_ogbn/dataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzisastudyreallyhardguy/UGCL/HEAD/train_ogbn/dataset.py -------------------------------------------------------------------------------- /train_ogbn/model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzisastudyreallyhardguy/UGCL/HEAD/train_ogbn/model.py -------------------------------------------------------------------------------- /train_ogbn/train_ogbn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzisastudyreallyhardguy/UGCL/HEAD/train_ogbn/train_ogbn.py -------------------------------------------------------------------------------- /train_ogbn/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zyzisastudyreallyhardguy/UGCL/HEAD/train_ogbn/utils.py --------------------------------------------------------------------------------