defensegan
defensegan copied to clipboard
Defense-GAN: Protecting Classifiers Against Adversarial Attacks Using Generative Models (published in ICLR2018)
Minor change to the requirements.txt file
In Model/gan.py line **#177** and **#178** : differences = self.fake_data - self.real_data interpolates = self.real_data + (alpha * differences) According to my understanding of WGAN-GP paper interpolates should be interpolates...
Is there any way to use the already trained celeba model (trained with train.py) and infer for a single perturbed image and see if the model regenerates the original?