Nanyuu / TUA

The implementation of TUA (Targeted Universal Attack)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)


Languages

Language:Python 100.0%