-
Hi, I import ZINC dataset in my code. The dataset can be split into 'train','val' or 'test'. But I want to use the full dataset without splitting. Is therer any suggestion about my request? Or the dataset which is split can be merged? |
Beta Was this translation helpful? Give feedback.
Answered by
rusty1s
Aug 11, 2021
Replies: 1 comment 1 reply
-
You can wrap them inside a |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
wubo2180
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can wrap them inside a
torch.utils.data.dataset.ChainDataset
.