You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As reported in https://discuss.dgl.ai/t/how-to-use-pickle-load-lib-in-dgl/3606, a DGLGraph pickled with an old version of DGL may not work with a new version of DGL. It's better to include a versioning tag in pickle.dump and raise a warning in pickle.load if the version of DGL used for pickle.dump is different from the version used for pickle.load.
Description
Depending work items or issues
The text was updated successfully, but these errors were encountered:
🔨Work Item
As reported in https://discuss.dgl.ai/t/how-to-use-pickle-load-lib-in-dgl/3606, a
DGLGraph
pickled with an old version of DGL may not work with a new version of DGL. It's better to include a versioning tag inpickle.dump
and raise a warning inpickle.load
if the version of DGL used forpickle.dump
is different from the version used forpickle.load
.Description
Depending work items or issues
The text was updated successfully, but these errors were encountered: