FastGCN icon indicating copy to clipboard operation
FastGCN copied to clipboard

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

Open kugwzk opened this issue 6 years ago • 1 comments

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.

kugwzk avatar Apr 17 '19 16:04 kugwzk

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.

matenure avatar Apr 19 '19 01:04 matenure