RelGraphConv Batch

RelGraphConv not support “batch” ?

Or can I use dgl.batch to get a DGLGraph, then update the feature of all nodes at the same time?

If your scenario has multiple input graphs and you’d like to perform computation on all of them at the same time, then your use of dgl.batch is exactly the way to go :slight_smile:

Yeah, I do need to calculate multiple graphs