Implementation of a RGVAE for relational graphs, e.g knowledge graphs.
Use the package manager pip to install the dependencies.
pip install -r requirements.txtNow, you can install the RG-VAE package with:
pip install -e .Configure the experiments in configs/config_file.yml. Then run:
python run.py --configs configs/config_file.ymlResults will be stored in results/
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.