Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 373 Bytes

File metadata and controls

6 lines (4 loc) · 373 Bytes

Basic-adversarial-attacks-algorithm-Pytorch

基于Pytorch四种基础的对抗攻击算法实现(基于文件及中README的调试版本)

原仓库链接:https://github.com/utkuozbulak/pytorch-cnn-adversarial-attacks.git

做了一些简单的调试和中文备注,但还有一个疑问没有解决,为什么第二个算法中是减去噪声而不是加上?