Graph-Convolution-on-Structured-Documents icon indicating copy to clipboard operation
Graph-Convolution-on-Structured-Documents copied to clipboard

Error in dimension of Adjacency matrix without padding

Open saurabhsbora opened this issue 5 years ago • 1 comments

@dhavalpotdar In some of the images, the dimension of the adjacency matrix is not matching with the no of words in the image. For example - Suppose the image has 91 words then the adjacency matrix was of shape (90, 90) instead of (91, 91). One word/node is cut off from the adjacency matrix.

saurabhsbora avatar May 23 '20 05:05 saurabhsbora

Hi @enthussb I am facing the same issue. Did you solve it?

arpitkumar1412 avatar Oct 25 '20 16:10 arpitkumar1412