CogDL icon indicating copy to clipboard operation
CogDL copied to clipboard

DropEdge GCN

Open IrisLi17 opened this issue 5 years ago • 1 comments

Following the paper "Dropedge: towards deep graph convolutional networks on node classification", some (optional) tricks are added to the original implementation of GCN:

  • Dropedge
  • Multi-layer GCN
  • Add some different normalization models
  • Self feature modeling
  • Batch normalization

IrisLi17 avatar Dec 14 '20 11:12 IrisLi17

Hi @IrisLi17,

Good job. But I think maybe it's better to implement DropEdge GCN on an independent model file rather than the original GCN file.

cenyk1230 avatar Dec 16 '20 05:12 cenyk1230