Skip to content
/ TUA Public

The implementation of TUA (Targeted Universal Attack)

Notifications You must be signed in to change notification settings

Nanyuu/TUA

Repository files navigation

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

About

The implementation of TUA (Targeted Universal Attack)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages