Dataloader implementation for graph with 2D images as nodes #3798
Unanswered
Gaurangkarwande
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Sounds interesting. Why do you want to train 18 separate CNNs? Can't you utilize one CNN to embedd all 18 images? For data loading, I suggest to look into the
You can then use the |
Beta Was this translation helpful? Give feedback.
2 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,
I am fairly new to pytorch_geometric and graph learning. I am working on a task which requires me to construct a graph with images as nodes. The final task is then the comparison of 2 such graphs. A general overview of the model is as follows -
I am struggling to implement the dataloaders for this task. I am familiar with pytorch dataloaders. But I am unsure how to build my custom dataset and dataloader for this task. If anyone has ideas or tips, please let me know.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions