Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 472 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 472 Bytes

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

  • Python
  • Pytorch
  • networkx tqdm scipy numpy

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