All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Initial public release of Torch-RGCN.
- Added setup.py.
- Added environment.yml.
- Added setup.sh.
- Added CHANGELOG.
- Added LICENSE.
- Added AIFB, AM, BGS, MUTAG, FB-toy and WN18 to data.
- Added unit tests under tests.
- Added scripts for node classification and link prediction under experiments.
- Added hyperparameters under configs.
- Added RGCN module under torch-rgcn.