dmlc / dgl

Python package built to ease deep learning on graph, on top of existing DL frameworks.
http://dgl.ai
Apache License 2.0
13.34k stars 3k forks source link

a dgl implementation for GN (graph network) framework #4451

Open ylinlinz opened 2 years ago

ylinlinz commented 2 years ago

This is a dgl implementation for the paper 'Relational inductive biases, deep learning, and graph networks (https://arxiv.org/pdf/1806.01261.pdf)'. A simple example about node/edge/global feature update.

Code is available at https://github.com/ylinlinz/a-dgl-implementation-for-GN-graph-network-framework-.git

Rhett-Ying commented 2 years ago

It'll be great if you could contribute this into DGL. Thanks.

@mufeili could you help look into this?

mufeili commented 2 years ago

Hi @ylinlinz , thank you for reaching out and sharing the great work. By opening this issue, do you have any follow-up plans?