"tests/python/pytorch/sparse/utils.py" did not exist on "0698e91a0e4b40bd4a5a4e59205d098e1bb3d3c9"
[bugfix] Implement `__setstate__` for Column (fixes #4107) (#4174)
* * Workaround for graph data saving/loading compatibility problem in Column class. There may be more places in DGL with the same issue, due to using Python serialization, instead of a more cohesive, comprehensive strategy. This is just a local fix. * Add checking for non-empty states * Add unit test * Handle the case of columns without storage Co-authored-by:ndickson <ndickson@nvidia.com> Co-authored-by:
Xin Yao <xiny@nvidia.com>
Showing
Please register or sign in to comment