There does not seem to be a simple way to convert numpy matrices to graphs (dgl or networkx). I\'ve tried using nx.from_numpy_array(A) but have
nx.from_numpy_array(A)