Please refer to https://github.com/snap-stanford/pretrain-gnns#installation for environment setup and https://github.com/snap-stanford/pretrain-gnns#dataset-download to download dataset.
cd ./bio
python pretrain_simgrace.py --eta 0.1
cd ./chem
python pretrain_simgrace.py --eta 0.1
cd ./bio
./finetune.sh
cd ./chem
./run.sh
Results will be recorded in result.log
.