yao8839836 / text_gcn

Graph Convolutional Networks for Text Classification. AAAI 2019
1.34k stars 435 forks source link

关于GCN层数 #110

Open ChenTao98 opened 3 years ago

ChenTao98 commented 3 years ago

你好,我在看初始化模型的代码中没有点明使用几层的GCN,请问这部分是在哪定义的。如果我想要增加层数该怎么做呢?

ChenTao98 commented 3 years ago

我在model里面看到了层数。。另外,我想请问一下,这个模型可以在训练之后保存模型,用于后期验证和测试吗

busraoguzoglu commented 1 year ago

Hello, did you find out how to increase the number of GCN layers? I am trying to add more layers to the model but getting some errors.

ChenTao98 commented 1 year ago

Hello, did you find out how to increase the number of GCN layers? I am trying to add more layers to the model but getting some errors.

Sorry, I didn't try how to add. Maybe you can try to add in the "_build" function in GCN class of model.py. Try to append one more GraphConvolution layer. I don't know if it's useful.

cocoiit commented 1 year ago

Hello, did you find out how to increase the number of GCN layers? I am trying to add more layers to the model but getting some errors.

They suggest ClusterGCN paper to achieve the same!