cuda11.6 versions of dgl cannot read dgl graph files generated by older versions(dgl==0.4.3post2)
Open
stale-issue
- Dominant language
- Python
- Stars
- 14.3k
- Forks
- 3.1k
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.