Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 412 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 412 Bytes

GraphPart

This repository provides a PyTorch implementation for the Graph-Partition-based active learning framework and baselines for GNNs as described in the following paper:

Partition-Based Active Learning for Graph Neural Networks

Requirements

See setup.sh.

Run the Code

python main.py --baselines graphpart --model gcn --dataset cora --seed 0