chengsen / PyTorch_TextGCN

The PyTorch 1.6 and Python 3.7 implementation for the paper Graph Convolutional Networks for Text Classification
https://arxiv.org/abs/1809.05679
107 stars 21 forks source link

你的这版实现好像没用到词向量 #2

Closed renmada closed 3 years ago

renmada commented 3 years ago

我看官方的代码是有词向量的。 只是官方的实现太复杂了,看的头晕。 你的实现一下就看懂了!点个赞

chengsen commented 3 years ago

如果我没有记错的的话,TextGCN是没有使用词向量的,因为词向量在GCN中起的作用很小。随机初始化便可。