How to create a custom loader and sampler in pyg? #8697
Unanswered
pratham16cse
asked this question in
Q&A
Replies: 2 comments 5 replies
-
The most straightforward way to do this is to utilize |
Beta Was this translation helpful? Give feedback.
2 replies
-
Hello! I had a similar follow-up and wanted to see if it's possible to build it with PyG. I have a dataset of different graphs of different sizes (# of nodes). IS there a way to batch together graphs with the same number of nodes? Do I need to modify |
Beta Was this translation helpful? Give feedback.
3 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.
-
I want to create a custom loader and sampler (similar to the ones exist such as
ClusterLoader
,HGTLoader
,HGTSampler
). Although modifying the source code of these loaders and samplers is an option, it is not trivial. I was wondering if there is an easier way to achieve this? Any help is appreciated.Thanks,
Prathamesh
Beta Was this translation helpful? Give feedback.
All reactions