DeepGraphCNNforTexts
DeepGraphCNNforTexts copied to clipboard
hierarchical textclassification
I watched the code, you used the multi_label. But how do you compute the relation of hierarchy?
I am confused about the part compute the relation of hierarchy as well. Did you get this code work?
It seems that the training file graphcnn_train.py mentioned in the readme did not use the function to compute the Recursive Regularization discussed the paper. Some part of the code seems implemented that idea, but it does not seem working.