dgl
dgl copied to clipboard
cuda11.6 versions of dgl cannot read dgl graph files generated by older versions(dgl==0.4.3post2)
There is a graph.pkl file generated dgl==0.4.3post2. When I execute pickle.load(graph.pkl), always prompt: "No module named 'dgl.graph'". I try to install the cpu and cuda version of the dgl package to solve it, but nothing worked out.
So what's the DGL version you're using to load graph? I think 0.4 is too old and not compatible in recent DGL versions.
This issue has been automatically marked as stale due to lack of activity. It will be closed if no further activity occurs. Thank you