Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MU_loss #2

Open
YuTian315 opened this issue May 12, 2023 · 3 comments
Open

MU_loss #2

YuTian315 opened this issue May 12, 2023 · 3 comments

Comments

@YuTian315
Copy link

我看到run.py里面计算MU_loss的时候是把tensor做了detach(), 然后转成numpy计算的,这样能根据这个MU_loss进行优化吗?

@Roiko97
Copy link

Roiko97 commented May 29, 2023

作者好:MU_loss = Modula(adj.detach().numpy(), A_pred.detach().numpy())这行代码无法优化模型,因为它已经无法进行反向传播了。

@wx-zhou
Copy link

wx-zhou commented May 30, 2023

根据论文中对于Pre-training的描述,我写了一下这块的代码,但是效果很差,作者能提供一下这块的代码吗,谢谢!
According to the description of Pre-training in the paper, I wrote the code for this piece, but the effect is very poor. Can the author provide the code for this piece, thank you!

@suikai
Copy link

suikai commented Jul 8, 2023

各位都能直接运行吗,是不是少了gae模块啊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants