Dgl and torch.geometric

Whether DGL provides data type conversion with torch.geometric, such as whether there are functions in DGL graphs that can be converted into geometric graph data, whether the data structures of the divided training set, verification set and test set can be converted to each other, etc.

PyG has a from_dgl implementation: Add `to_dgl` and `from_dgl` conversions by hbenedek · Pull Request #7053 · pyg-team/pytorch_geometric · GitHub. Have you tried it?

Thank you, I will try it.

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