Issue loading data generated by new version of PyG #3517
-
I have a data set of Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
You can save and load them via: torch.save(data.to_dict(), path)
data = Data.from_dict(torch.load(path)) |
Beta Was this translation helpful? Give feedback.
You can save and load them via: