Save and load the graph data #7627
-
Hi, always thank you for your effort on the PyG. During practicing the graph-based deep learning model, I found it cumbersome to create PyG graph data from scratch (i.e., from dataframe to PyG Data). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yes, |
Beta Was this translation helpful? Give feedback.
Yes,
torch.save
andtorch.load
is the recommended way to storeData
objects in PyG.