Open A11en0 opened 3 years ago
Hi, thanks for your wonderful implement by PyTorch. I have a question why does the node feature use an all 1 tensor(shape: (29426, 29426)) rather than one-hot?
And the size of the features should be N*D, which D is the length of vocabulary.
Hi, thanks for your wonderful implement by PyTorch. I have a question why does the node feature use an all 1 tensor(shape: (29426, 29426)) rather than one-hot?