Skip to content

INDElab/rgvae

Repository files navigation

Relational GraphVAE

Implementation of a RGVAE for relational graphs, e.g knowledge graphs.

Dependencies

Python PyTorch

Use the package manager pip to install the dependencies.

pip install -r requirements.txt

Now, you can install the RG-VAE package with:

pip install -e .

Usage

Configure the experiments in configs/config_file.yml. Then run:

python run.py --configs configs/config_file.yml

Results will be stored in results/

Contributing

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.

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages