DeepGraphCNNforTexts
DeepGraphCNNforTexts copied to clipboard
Dear Authors @penghts , In the paper you mentioned that > There are 103 categories including all classes except for root in the hierarchy. According to [13–15], we also consider...
I watched the code, you used the multi_label. But how do you compute the relation of hierarchy?
mldl@ub1604:~/ub16_prj/DeepGraphCNNforTexts$ python3 graphcnn_train.py Traceback (most recent call last): File "graphcnn_train.py", line 205, in tf.app.run() File "/usr/local/lib/python3.5/dist-packages/tensorflow/python/platform/app.py", line 48, in run _sys.exit(main(_sys.argv[:1] + flags_passthrough)) File "graphcnn_train.py", line 187, in main ont_hot=True,index_mode=True)...
Hi, I see there is a code for PyTorch written in the repo. Is it in working condition.
Could you show me how to run this model on RCV1 dataset? some missing files in this project . i'm looking forward to waiting your response
作者您好,我最近在看您的代码,发现项目中缺少必要的文件,比如class.json、matrix_rcv1.h5等文件,导致代码不能正常运行,希望作者在百忙之中抽出时间,解答一下我的疑惑,谢谢啦