Dimension out of range #4476
Answered
by
AmEskandari
anthonysirico
asked this question in
Q&A
-
Above is the code, I have 43,000 plut graphs in a list that look like this:
But, when i run the data through the model, I get:
Help me please! |
Beta Was this translation helpful? Give feedback.
Answered by
AmEskandari
Apr 14, 2022
Replies: 1 comment 1 reply
-
Hi
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
anthonysirico
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi
I think if you change the nodes feature shape to (number of nodes, node feature dimension) your problem will be solved. I guess your input dimension is one so you can use the below code instead of what you used.