tkipf / gcn

Implementation of Graph Convolutional Networks in TensorFlow
MIT License
7.05k stars 1.99k forks source link

Training the gcn on my own conell data, no error but the model not trained, column mapping issue #205

Open anitchakraborty opened 2 years ago

anitchakraborty commented 2 years ago

Hi,

Thank you for creating a solution like this and maintaining the repo and answering the quarries. I'm trying the train the model in my own conell data, where the training is getting completed without any error. But i think the column being considered for the model from the conell file are he fourth, fifth, and eleventh.

How do i modify the column reference so that it gets train properly. Sample data from my training set is attached.

for my training set, the text is in column 1, and column 3 has NER tags (Bio)

With debugging I can guess that I do have to map the column somewhere in aux/init file, but fail to identify accurately on how to. Any help is highly appreciated.