Proximity Distribution Minimization
June 10, 2023 ยท View on GitHub
The official code repository for UAI 2023 paper "Graph Self-supervised Learning via Proximity Divergence Minimization".
Install dependencies
Make sure you have python 3.9 and pip installed. Install the required packages through pip install -r requirements.txt.
Self-supervised Learning on Planetoid Datasets
The training scripts for Cora, Citeseer, PubMed can be found in train.sh. To run all, run bash train.sh.
The training code for ogbn datasets are coming soon!