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

Is this pytorch version support batch-level learning? #16

Open
zhaohan-xi opened this issue Apr 24, 2020 · 0 comments
Open

Is this pytorch version support batch-level learning? #16

zhaohan-xi opened this issue Apr 24, 2020 · 0 comments

Comments

@zhaohan-xi
Copy link

Hi Dear Author,

Seems like the run functions are now targeting on transductive (node-level) classification. To implement the inductive (graph-level) with batched dataloader, we may need batch to store adjacencies and feature matrix, if original shape is (N, N) and (N, F) for them, now with batch they would change to (B, N, N) and (B, N, F), where B is batch-size, F is feature dim, N is node num.

Thus, to support batch-level calculation, is there any sections in Encoder and Aggregator need change?

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