This repository is an official PyTorch implementation of CIMAGE.
Please refer to the environment.yaml file for the required library dependencies.
To train the model for node classification, run the following command:
python train_nodeclas.py --dataset PhotoTo train the model for link prediction, use:
python train_linkpred.py --dataset CoraLogs containing accuracy and loss metrics for each epoch are included to facilitate reproduction. If you encounter any challenges in reproducing the results, kindly refer to these logs for guidance