文件名称:advGAN_pytorch:论文“Generating Adversarial Examples with Adversarial Networks” (advGAN) 的 Pytorch 实现
文件大小:6KB
文件格式:ZIP
更新时间:2024-06-19 23:05:52
Python
advGAN_pytorch 论文“Generating Adversarial Examples with Adversarial Networks” (advGAN) 的 Pytorch 实现。 训练目标模型 python3 train_target_model.py 训练 advGAN python3 main.py 测试对抗样本 python3 test_adversarial_examples.py 结果 MNIST 测试集中的攻击成功率: 99% 注意:我的实现与论文略有不同,因为我添加了一个剪辑技巧。
【文件预览】:
advGAN_pytorch-master
----test_adversarial_examples.py(3KB)
----advGAN.py(6KB)
----models.py(5KB)
----README.md(504B)
----train_target_model.py(2KB)
----main.py(1KB)