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

[ERROR] "label" does not exist in the object map

Open NooDaisiiee opened this issue 4 years ago • 5 comments

How many classes were you used to fix that error?

NooDaisiiee avatar Mar 18 '20 05:03 NooDaisiiee

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.

dhavalpotdar avatar May 05 '20 06:05 dhavalpotdar

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.

kasback avatar Jul 10 '20 12:07 kasback

Hi, I am facing the same issue with the "label" column. How can it be resolved and what is the need for label column?

sameerasukh avatar Jul 28 '20 23:07 sameerasukh

Hello...! Can you please explain, how can we resolve the problem related to label? Thanks in advance..!

amit1196 avatar Aug 31 '20 09:08 amit1196

@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

ramicetty avatar Sep 02 '20 01:09 ramicetty