import dgl from networkx.readwrite import read_gml nx_graph = read_gml('dataset/test3.gml', label='id') dgl_graph = dgl.DGLGraph(nx_graph).
確定! 回上一頁