Graph-Convolution-on-Structured-Documents
Graph-Convolution-on-Structured-Documents copied to clipboard
[ERROR] "label" does not exist in the object map
How many classes were you used to fix that error?
You need to have a "label" column in your object map. It doesn't matter how many classes you choose to have. You just need to adjust the final classification layer to have that many number of neurons.
Im encountering the same problem, i don't know how to label the rows of the .csv, can you provide yours please or explain what does labels mean . Thank you in advance.
Hi, I am facing the same issue with the "label" column. How can it be resolved and what is the need for label column?
Hello...! Can you please explain, how can we resolve the problem related to label? Thanks in advance..!
@amit1196 , in grapher.py self.label_column won't contribute to making connection.csv. So,
- Comment line numbers 60 and 61
- Remove self.label_column from required_cols object at line numbers 67 and 68