DGL notice
any graph transformation will result in the loss of batch information. for a workaround , you may should use set_batch_num_nodes and set_batch_num_edges
any graph transformation will result in the loss of batch information. for a workaround , you may should use set_batch_num_nodes and set_batch_num_edges
比如GraphConv
Write your own GNN module
https://docs.dgl.ai/tutorials/blitz/3_message_passing.html
Message Passing APIs
https://docs.dgl.ai/guide/message-api.html#guide-message-passing-api
https://docs.dgl.ai/guide/message-heterograph.html
Apply Message Passing On Part Of The Graph
https://docs.dgl.ai/guide/message-part.html
message function,Reduce function