Open kugwzk opened 5 years ago
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.
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.