CogDL
CogDL copied to clipboard
DropEdge GCN
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
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.