Edge_index construction with multiple graphs for graph classification #9150
Unanswered
evantianzg
asked this question in
Q&A
Replies: 1 comment 6 replies
-
What happens if you run for data in dataset:
data.validate() |
Beta Was this translation helpful? Give feedback.
6 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am performing a graph classification task using GCN. I successfully constructed my own dataset, but there was an error when running the code. The following is the complete code and error information.
I am not sure how this error occurs. Will the isolated nodes cause this error? (there are no isolated nodes in my data in normal cases, but I found there are isolated nodes in some of graphs in my datasets.)
Any help or suggestions are appreciated. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions