diffpool icon indicating copy to clipboard operation
diffpool copied to clipboard

What GNN method is used in this implementation?

Open Yoyo0320 opened this issue 6 years ago • 1 comments

Hi,

According to the paper, it said you used the GraphSAGE as the GNN module and stack two layers before diffpool layer. However, in this code implementation, are you using GCN instead and stack 3 layers before diffpool?

Yoyo0320 avatar Mar 27 '19 11:03 Yoyo0320

The difference from GCN is the DeepSet aggregation, and concatenation in GraphSAGE. But you are right, that this is doing whole graph convolution, rather than the minibatch updates in GraphSAGE.

RexYing avatar Apr 09 '19 19:04 RexYing