An implementation of the Target Universal Adversarial Attack on Semi-supervised Graph Convolutional Neural Network.
Check the requirements.txt
- Python
- Pytorch
- networkx tqdm scipy numpy
Example:
./TUA
cd fold_attack
python Targeted_GUA.py --dataset cora --target_class_id 0
Check for optional parameters:
python Targeted_GUA.py --help