Skip to content
Discussion options

You must be logged in to vote

Can you convert your node features to be two-dimensional ([num_nodes, num_features])? For example, via:

data['machine_0'].x = data['machine_0'].x.view(1, 1)
data['machine_1'].x = data['machine_1'].x.view(1, 1)
data['machine_2'].x = data['machine_2'].x.view(1, 1)

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@tristen-tooming
Comment options

@rusty1s
Comment options

@tristen-tooming
Comment options

Answer selected by tristen-tooming
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants