README.md 538 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
SIGN: Scalable Inception Graph Neural Networks
===============

- paper link: [https://arxiv.org/pdf/2004.11198.pdf](https://arxiv.org/pdf/2004.11198.pdf)

Requirements
----------------

```bash
pip install requests ogb
```

Results
---------------
### [Ogbn-products](https://ogb.stanford.edu/docs/nodeprop/#ogbn-products) (Amazon co-purchase dataset)

```bash
python sign.py --dataset amazon
```

Test accuracy: mean 0.78672, std 0.00059

### Reddit
```bash
python sign.py --dataset reddit
```

Test accuracy: mean 0.96326, std 0.00010