Implementation of RGCN model and experiments from the paper Modeling Relational Data with Graph Convolutional Networks by Schlichtkrull, Kipf et al. 2017
run
$ pip install -r requirements.txt
To install a dataset run the dataloader file relating to the dataset. Thus first run:
$ python DataLoaders/setup.py
nohup bash Scripts/xxx.sh &>xxx &