entslscheia/GGNN_Reasoning

Node features

anandmishra22 opened this issue · 1 comments

Why is number of node features is one greater than number of nodes?

Why is number of node features is one greater than number of nodes?

Hi,

In fact, it's just an implementation issue. The only reason for this implementation is that I want to visit each node with its id directly, and the id of each node starts from 1 instead of 0.
This really doesn't matter. Of course, you can specify the number of node features to be the same as the number of nodes.