Replies: 1 comment
-
This sounds strange and definitely not intended. How can I reproduce this? |
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.
-
Hello,
When I generate a dataset for the first time, the custom processed() function is called and the custom get() is used when I index the resulting dataset using dataset[idx] and it returns two graphs (with diff augmentations) as I have coded.
However, when I reload the data from an already generated data.pt, the InMemoryDataset only returns the original graph and doesn't use my custom get() - it seems to just use the default one.
How can I make sure that it uses my custom get() both times? Has anyone else seen this?
Beta Was this translation helpful? Give feedback.
All reactions