-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[Feature] Reimplement Immutable graph index in DGL #342
Conversation
e161e45
to
e983219
Compare
52bb617
to
5a7d688
Compare
finally addressed all comments. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Final batch of comments. I didn't go through the sampler codes in immutable_graph.cc
. Too much for this PR already. I suggest, later when @BarclayII works on the random walk stuff, try to go through that again and see what happens and could be merged. What do you think @BarclayII ?
Agreed. @GaiYu0 your layer sampling depends on this PR as well, right? |
I am fine as long as there is no change in major interface. |
293e1a2
to
e43b917
Compare
Approved. Thanks Da! |
Description
This is to reimplement immutable graph index in DGL. This is a framework-agnostic implementation.
Checklist
Please feel free to remove inapplicable items for your PR.
or have been fixed to be compatible with this change
Changes