Replies: 1 comment 1 reply
-
Sadly, the data format needed to change slightly between PyG 1.* and PyG 2.*. You can either just re-process the data or do the following:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a version error when loading
MyDataset
like this :When I load
data
I think it successfully get the entire dataset, which has 17226data_#.pt
However, when I tried to see
print(data[0])
, it had a problem.MyDataset
looks like this, but this Dataset class was generated from the other version of PyG though.How could I fix this issue? My current
torch_geometric
version is 2.0.4.Beta Was this translation helpful? Give feedback.
All reactions