Home

Awesome

Target Universal Attack on GCN (TUA)

Introdction

An implementation of the Target Universal Adversarial Attack on Semi-supervised Graph Convolutional Neural Network.

Requirements

Check the requirements.txt

Usage

Example:

./TUA
cd fold_attack
python Targeted_GUA.py --dataset cora --target_class_id 0 

Check for optional parameters:

python Targeted_GUA.py --help