You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to use the HeteroConv wrapper to define different operators to process (object, relationships_a, object) and (object, relationships_b, object) and then apply a DeepGCNLayer layer on top of it to use residual connection functionality ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
This is a sample of my HeteroData
HeteroData(
object={ x=[21, 2048] },
attribute={ x=[60, 2048] },
(object, relationships_a, object)={
edge_index=[2, 12],
edge_attr=[12, 2048],
},
(object, relationships_b, object)={
edge_index=[2, 24],
edge_attr=[24, 2048],
}
)
Is there a way to use the HeteroConv wrapper to define different operators to process (object, relationships_a, object) and (object, relationships_b, object) and then apply a DeepGCNLayer layer on top of it to use residual connection functionality ?
Beta Was this translation helpful? Give feedback.
All reactions