Skip to content

Commit 63416ea

Browse files
authored
Initial Submission
1 parent 23d7d4f commit 63416ea

54 files changed

Lines changed: 4883 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
DropEdge: Towards Deep Graph Convolutional Networks on Node Classification
2+
====
3+
This is a Pytorch implementation of paper: DropEdge: Towards Deep Graph Convolutional Networks on Node Classification
4+
5+
6+
## Requirements
7+
8+
* Python 3.6.2
9+
* For the other packages, please refer to the requirements.txt.
10+
11+
12+
## Usage
13+
To run the demo:
14+
```sh run.sh```
15+
16+
All scripts of different models with parameters for Cora, Citeseer and Pubmed are in `scripts` folder. You can reproduce the results by:
17+
```
18+
pip install -r requirements.txt
19+
sh scripts/cora_IncepGCN.sh
20+
```
21+
22+
23+
## References
24+
```
25+
@inproceedings{
26+
anonymous2020dropedge,
27+
title={DropEdge: Towards Deep Graph Convolutional Networks on Node Classification},
28+
author={Anonymous},
29+
booktitle={Submitted to International Conference on Learning Representations},
30+
year={2020},
31+
url={https://openreview.net/forum?id=Hkx1qkrKPr},
32+
note={under review}
33+
}
34+
```
35+
36+
37+

data/ind.citeseer.allx

581 KB
Binary file not shown.

data/ind.citeseer.ally

54.3 KB
Binary file not shown.

data/ind.citeseer.graph

60.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)