Skip to content

Unoffical implmentation of Using Wasserstein GAN to Generate Adversarial Examples. Modified from https://github.com/mathcbc/advGAN_pytorch.

Notifications You must be signed in to change notification settings

whsprite/AdvGAN_WGAN-GP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AdvGAN_WGAN-GP

Unoffical implmentation of "Using Wasserstein GAN to Generate Adversarial Examples".

Usage


1. Edit main.py to load your target model(trained) for attack.

2. Train AdvGAN_WAGAN-GP

   python main.py

3.Edit test_WGAN_examples.py to load your target model and AdvGAN.

4. Test model

   python test_WGAN_examples.py

Generated Adversarial Examples On MNIST(Acc: 4.15%)


image

About

Unoffical implmentation of Using Wasserstein GAN to Generate Adversarial Examples. Modified from https://github.com/mathcbc/advGAN_pytorch.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages