Graclus weight
#4879
Replies: 1 comment 8 replies
-
Is the shape of |
Beta Was this translation helpful? Give feedback.
8 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'm trying to do a cluster by edge attribute using graclus function but it returns
My edge attribute have a shape of [num_edges, 1] and edge_index [2, num_edges] and i call graclus like that :
cluster = graclus(data.edge_index, weight=data.edge_attr, num_nodes=data.x.size(0))
Any suggestions are welcome :)
And then, not related to the error, what am I supposed to have in the pos attribute of a Data object?
Thanks !
Beta Was this translation helpful? Give feedback.
All reactions