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

Add GBP(Graph Neural Networks via Bidirectional Propagation) #124

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

userTogrul
Copy link

Scalable Graph Neural Networks via Bidirectional Propagation.
Thinks to improve the performance:

  • changing C++ code to Python
  • precomputing the features of dataset
  • implement in the node classification task the process of precomputing

Paper link: https://github.com/chennnM/GBP

@THINK2TRY
Copy link
Contributor

Hi @userTogrul.
Thanks for your contribution. GBP is an interesting model and it would be exciting if you could reimplement it in Python. But it seems that the "precomputing the features" is not included in current code. Could you add the remaining part of GBP and reproduce the result? Many thanks.

@userTogrul
Copy link
Author

I actually worked on that. The precomputing part is that part implemented in CPP. They converted it using CMAKE and SWIG, so I was not able to utilize them well.

@userTogrul
Copy link
Author

But I want to do the precomputing. I just have timing problems.

@GooLiang
Copy link

I actually worked on that. The precomputing part is that part implemented in CPP. They converted it using CMAKE and SWIG, so I was not able to utilize them well.

hello, is there any new progress on this issue?

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

Successfully merging this pull request may close these issues.

None yet

3 participants