mathcbc / advGAN_pytorch

a Pytorch implementation of the paper "Generating Adversarial Examples with Adversarial Networks" (advGAN).
254 stars 65 forks source link

Support for imagenet-compatible datasets #9

Closed Scintillare closed 3 years ago

Scintillare commented 3 years ago

Added ability for targeted attacks and added models of generator and discriminator for 299*299 images according to the original paper. Also performed some refactoring.