How to write a GNN by using symbols?

How to write a GNN by using symbols?

Any advice will be appreciated, thanks!

I assume GNN refers to Graph Neural Networks. If that’s the case, you should check out https://github.com/dmlc/dgl which is a library for graph neural networks on top of mxnet symbol.

Good answer, thanks!