Graph-Convolution-on-Structured-Documents
Graph-Convolution-on-Structured-Documents copied to clipboard
AttributeError: 'Adjacency' object has no attribute 'w0'
Hello ! I.m very interesting in your research. Nice work !
when I run model.compile(), the flow arror generate:
assert adj_list[0].shape[0] == self.w0.shape[0], f'The number of rows
AttributeError: 'Adjacency' object has no attribute 'w0'
Hai, I am also getting into the same problem have you solved it?
Hi Anandh, were you able to get through the "label" column part? I keep getting an error in "label" column when I run grapher.py. Thank you.
Hi, @sameerasukh you need to add a column named "label" in the CSV file.