sky4689524 / Pytorch_MagNet

Pytorch implementation for MagNet: a Two-Pronged Defense against Adversarial Examples
14 stars 3 forks source link

Adversarial Samples #3

Open EmotionalXX opened 3 years ago

EmotionalXX commented 3 years ago

Hi,Could you tell me what kind of adversarial attck to produce the samples where in the /data/samples.And the dataset?

sky4689524 commented 3 years ago

Hi, I used Dense Adversarial Generation algorithms(https://arxiv.org/pdf/1703.08603.pdf) for adversarial attacks.

EmotionalXX commented 3 years ago

Thank you for your answers.Well,did you run the original demo for MagNet of Cifar10 datasets on tf1.2.

EmotionalXX commented 3 years ago

Hi,if I need to use my own adversarial samples,where should I change?