Split batched big graph into original sub-graph or masking #4155
JueXiuHuang
started this conversation in
General
Replies: 2 comments 4 replies
-
Beta Was this translation helpful? Give feedback.
3 replies
-
@JueXiuHuang Can you clarify on what you want to do exactly? In general, you can use |
Beta Was this translation helpful? Give feedback.
1 reply
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,
currently I'm working on a Graph2Text task, and I'm trying to do graph-text alignment in my model.
But DataLoader in PyG will stack the batched sub-graphs into a big graph, how can I split them into original sub-graph or using a mask for alignment?
Thank!
Beta Was this translation helpful? Give feedback.
All reactions