From dgl.batched_graph

Hi

Thank you for this great DGL! Currently I’m running a code with a lower version of DGL with

dgl.batched_graph import sum_nodes, mean_nodes, max_nodes

which is not available in the latest version of DGL. Could you please give me some hints on how to use the latest version of DGL to implement the same function? Thank you!

They are moved to dgl.sum_nodes etc.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.