dgl icon indicating copy to clipboard operation
dgl copied to clipboard

cuda11.6 versions of dgl cannot read dgl graph files generated by older versions(dgl==0.4.3post2)

Open usertianqin opened this issue 2 years ago • 2 comments

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.

usertianqin avatar Nov 20 '23 02:11 usertianqin

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.

Rhett-Ying avatar Nov 21 '23 02:11 Rhett-Ying

This issue has been automatically marked as stale due to lack of activity. It will be closed if no further activity occurs. Thank you

github-actions[bot] avatar Dec 22 '23 01:12 github-actions[bot]