Skip to content

Commit 41bacc9

Browse files
authored
Update README.md
1 parent b7a87e2 commit 41bacc9

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
DropEdge: Towards Deep Graph Convolutional Networks on Node Classification
22
====
3+
[![PWC](https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/dropedge-towards-deep-graph-convolutional/node-classification-on-cora-full-supervised)](https://paperswithcode.com/sota/node-classification-on-cora-full-supervised?p=dropedge-towards-deep-graph-convolutional)
4+
[![PWC](https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/dropedge-towards-deep-graph-convolutional/node-classification-on-citeseer-full)](https://paperswithcode.com/sota/node-classification-on-citeseer-full?p=dropedge-towards-deep-graph-convolutional)
5+
[![PWC](https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/dropedge-towards-deep-graph-convolutional/node-classification-on-pubmed-full-supervised)](https://paperswithcode.com/sota/node-classification-on-pubmed-full-supervised?p=dropedge-towards-deep-graph-convolutional)
6+
[![PWC](https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/dropedge-towards-deep-graph-convolutional/node-classification-on-reddit)](https://paperswithcode.com/sota/node-classification-on-reddit?p=dropedge-towards-deep-graph-convolutional)
7+
38
This is a Pytorch implementation of paper: DropEdge: Towards Deep Graph Convolutional Networks on Node Classification
49

510

@@ -24,7 +29,7 @@ The data format is same as [GCN](https://github.com/tkipf/gcn). We provide three
2429

2530

2631
## Benchmark Results
27-
For the details of backbones in Tables, please refer to the Appendix B.2 in papers. All results are obtained on GPU (CUDA Version 9.0.176).
32+
For the details of backbones in Tables, please refer to the Appendix B.2 in the paper. All results are obtained on GPU (CUDA Version 9.0.176).
2833
### Full-supervised Setting Results
2934

3035
The following table demonstrates the testing accuracy (%) comparisons on different backbones and layers w and w/o DropEdge.

0 commit comments

Comments
 (0)