About create heterogeneous graph with Networkx

I’m wondering if NetworkX can be used to create heterogeneous graph based on dgl ?

Currently there isn’t an API to create a heterogeneous graph from a NetworkX graph. You can retrieve the edges for each relation/edge type and then use dgl.heterograph.

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