Skip to content

Scintillare/AIGan

Repository files navigation

AIGan PyTorch

Unofficial implementation of AIGan from paper "AI-GAN: Attack-Inspired Generation of Adversarial Examples".

Code is based on mathcbc/advGAN_pytorch and ctargon/AdvGAN-tf with my modifications.

training the target model

python3 train_target_model.py

training the AIGAN

python3 main.py

testing adversarial examples

python3 test_adversarial_examples.py

About

Attack-Inspired GAN - unofficial pytorch implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages