Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# virtual environment
env/
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ This repository contains a PyTorch implementation of our NeruIPS2022 paper "Conv
- scikit-learn 1.1.3
- ogb 1.3.5

### Installation

```
pip install -r requirements.txt
```

## Datasets
We provide the small datasets in the folder '/main/data'. The ogb datasets (ogbn-arxiv and ogbn-papers100M) and non-homophilous datasets (from [LINKX](https://arxiv.org/abs/2110.14446) ) can be downloaded automatically.

Expand Down
11 changes: 11 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
torch==1.11.0
numpy==1.23.4
torch-geometric==1.7.2
tqdm==4.64.1
scipy==1.9.3
seaborn==0.12.0
scikit-learn==1.1.3
ogb==1.3.5