Help me understand the zinc dataset #6273
Unanswered
tonydavis629
asked this question in
Q&A
Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
In the docstring, it describes Zinc as having 249,456 graphs, 23.2 nodes, 49.8 edges, 1 feature and 1 class. When I load the dataset, I get a very different shape.
What is going on here? It looks like every sample is getting concatenated into the Data object. I would expect
Data.x
to be of the typeList[Data]
of length 249,456, with each Data object representing a molecular graph. Is this expected behavior, or is this a bug?Beta Was this translation helpful? Give feedback.
All reactions