You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: