-
-
Notifications
You must be signed in to change notification settings - Fork 30
Egnn #304
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
Egnn #304
Conversation
Would you please move codes in |
(pr comment fixes to come later)
I am considering another design here. Maybe we can take two message-passing layers: one for node embedding, the other for coordinate embedding. From the paper equation (3)~(6), we can organize them into two message-passing layers: For node embedding:
For coordinate embedding (4):
Thus, it form a nested message-passing layer. |
fix
@emsal0 Thank you so much! |
No description provided.