yuyc1729 / RGCN-tensorflow2-dgl

We created RGCN and MPNN models using tensorflow2 and dgl for link prediction.
1 stars 0 forks source link

what is RGCN represent for? #1

Open xjy-xing opened 2 years ago

xjy-xing commented 2 years ago

hi I am looking for tensorflow implementation of the Relational Graph Convolutional Network (RGCN), is this RGCN code for paper <Paper: Modeling Relational Data with Graph Convolutional Networks>? thanks so much.

yuyc1729 commented 2 years ago

Thanks for reading this code, but it is just a mimic of the implementation in DGL. We refer you to this source code if you are interested: https://docs.dgl.ai/_modules/dgl/nn/tensorflow/conv/relgraphconv.html#RelGraphConv  Thanks!