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

AttributeError: 'Adjacency' object has no attribute 'w0'

Open lulia0228 opened this issue 4 years ago • 3 comments

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'

lulia0228 avatar Apr 30 '20 14:04 lulia0228

Hai, I am also getting into the same problem have you solved it?

anandh51295 avatar Jul 20 '20 05:07 anandh51295

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.

sameerasukh avatar Jul 28 '20 23:07 sameerasukh

Hi, @sameerasukh you need to add a column named "label" in the CSV file.

anandh51295 avatar Aug 18 '20 12:08 anandh51295