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

Question about the coupled ODEs. #2

Open
WANGDADWER opened this issue Feb 20, 2025 · 0 comments
Open

Question about the coupled ODEs. #2

WANGDADWER opened this issue Feb 20, 2025 · 0 comments

Comments

@WANGDADWER
Copy link

First of all, I would like to thank the authors for open-sourcing the code for the paper. I have some questions regarding the implementation of the coupled graph ODE described in the paper, and I hope the authors can help me.

As I understand it, the paper computes the gradients dX and dE separately using differential equations (4) and (5). However, in the CoupledGraphODE.py file, within the CoupledODEFunc class, it seems that only dX is propagated, while dE is not. Additionally, the implementation uses dX = alpha / 2 * grad_node - input_embedding + grad_node2 - input_embedding, which appears to be somewhat different from equation (5) in the paper.

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

1 participant