DCRN icon indicating copy to clipboard operation
DCRN copied to clipboard

[AAAI 2022] An official source code for paper Deep Graph Clustering via Dual Correlation Reduction.

Results 12 DCRN issues
Sort by recently updated
recently updated
newest added

Hello, I am also doing research on graph network now. Your article is very enlightening. I would like to ask, when I was looking for data sets, I found that...

help wanted

你好,请问一下,预训练的代码在哪里呢?

help wanted

Congratulations to your paper, great work! I have some issues for your help. How can I can other datasets reported in your paper, like CITE, ACM, etc. Besides, how can...

help wanted

![FIgure2](https://github.com/yueliu1999/DCRN/assets/89370037/d5b82443-3ebb-446c-b1b5-93f240d2025b)

在`def model_init(model, X, y, A_norm): """ load the pre-train model and calculate similarity and cluster centers Args: model: Dual Correlation Reduction Network X: input feature matrix y: input label A_norm:...

你好,可以提供一下创建邻接矩阵的代码吗?

您好,我根据您给出的预训练代码进行预训练,将该预训练参数文件放到模型中训练,acm和cite得到的acc在论文的acc范围内,但dblp的acc最好也才是77.42,始终比论文中的要低2,可是所有的预训练步骤都一样,该改的超参数也会相应的修改,这样可能是出了什么问题呢?

您好,請問使用batch-DCRN進行訓練時顯示 size mismatch for b: copying a param with shape torch.Size([10000, 20]) from checkpoint, the shape in current model is torch.Size([1]). 請問該怎麼解決呢?

您好,请问能权重的预训练代码在哪里呢 项目里没找到?

question