Mars-tin · GitHub

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

Read the original on github.com ↗