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

What are the pubmed-original_inductive_FastGCN.py and pubmed-original_transductive_FastGCN.py meaning? #16

Open
kugwzk opened this issue Apr 17, 2019 · 1 comment

Comments

@kugwzk
Copy link

kugwzk commented Apr 17, 2019

Hi~ @matenure
I want to change the some code to pytorch version, so I have some question about the use of inductive file and the transductive file. And if I have an inductive task for GCN, but the origin GCN can't use the mini-batch, how could I add the code so that it can be used with mini-batch?
Thanks a lot.

@matenure
Copy link
Owner

Thanks for transferring it to pytorch.

As to the minibatch, I suggest developing only one minibatch version for GCN, so that if you do not want to use minibatch, i.e. the original version, you just need to define the batch size as the total number of nodes in the graph.

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

2 participants