Paper: Composition- based Multi-Relational Graph Convolutional Networks
Code: https://github.com/malllabiisc/CompGCN
-
Clone the Openhgnn-DGL
python main.py -m CompGCN -t node_classification -d aifb -g 0
If you do not have gpu, set -gpu -1.
Supported Dataset: RDFDataset
Method | AIFB | MUTAG | BGS | AM |
---|---|---|---|---|
CompGCN(dgl) | 91.66 |
You can modify the parameters in openhgnn/config.ini
hidden_dim
batch_size
Best config can be found in best_config
Tianyu Zhao[GAMMA LAB]
Submit an issue or email to tyzhao@bupt.edu.cn.