Missing node types on some graphs leads to errors in GCN #3760
-
Hello, I am reaching out to the community to seek guidance on how to approach an issue I am facing. I am getting Here is my GCN:
If I print the
Any help would be appreciated. Thanks! Happy holidays! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
In general, this does happen if there exists a node type that is not included as a destination node type in any edge type, i.e., there exists no edge pointing to this particular node type. Can you confirm that this is not the case? |
Beta Was this translation helpful? Give feedback.
In general, this does happen if there exists a node type that is not included as a destination node type in any edge type, i.e., there exists no edge pointing to this particular node type. Can you confirm that this is not the case?