PKU-DAIR / NAFS

ICML‘22 NAFS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NAFS: A Simple Yet Tough-to-beat Baseline for Graph Representation Learning

Requirements

Environments: Xeon Gold 5120 (CPU), 384GB(RAM), TITAN RTX (GPU), Ubuntu 16.04 (OS).

The PyTorch version we use is torch 1.7.1+cu110. Please refer to the official website -- https://pytorch.org/get-started/locally/ -- for the detailed installation instructions.

To install all the requirements:

pip install -r requirements.txt

NAFS Evaluation

To reproduce the results of NAFS on the node clustering task and the link prediction task, please run the following command:

cd ./src; bash ./run.sh

Node Clustering Results:

cluster

Link Prediction Results:

link

About

ICML‘22 NAFS


Languages

Language:Python 94.9%Language:Shell 5.1%