Project Blog and Updates at https://jrios6.github.io/blog/.
- Install required libraries with
source install_python_gpu_script.sh
. - Run RGGCN experiments with
python train.py --dataset DATASET_NAME --save_path model_states/PATH_NAME
. ReplaceDATASET_NAME
withcora
,citeseer
orpubmed
for the respective datasets. ReplacePATH_NAME
with the desired directory path to save the test model at. - Additional command line parameters can be found in train.py.
- It is recommended to run the training script with
--no-cuda
for pubmed dataset due to memory requirements.