Replies: 1 comment
-
Ah, i guess the problem you want to avoid is is you'll have to specify seven variabes for
|
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.
-
Hi, I am recently trying to implement a regression model based on multi-graph data interaction.
I would like to have multi-graphs saved in one sample and applied mini-batch. I found the example of having a pair of graphs here: https://pytorch-geometric.readthedocs.io/en/latest/notes/batching.html.
However, I am having 7 graphs together for one sample. Do I have a better way rather than using the 'follow_batch'?
Thanks,
Yurui
Beta Was this translation helpful? Give feedback.
All reactions