DCRN
DCRN copied to clipboard
[AAAI 2022] An official source code for paper Deep Graph Clustering via Dual Correlation Reduction.
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...
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...

在`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
您好,請問使用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]). 請問該怎麼解決呢?