Replies: 2 comments 1 reply
-
You can simply slice the dataset after processing to achieve this, right? train_dataset = train_dataset[:10] |
Beta Was this translation helpful? Give feedback.
0 replies
-
by doing ZINC[:1] |
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.
-
Is it possible to pass as parameter the number of graphs in the datasets for splitting train, valid, test:
for example ZINC instead of 10.000, 1000, 1000 to 1,1,1 for local development?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions