Harry24k / adversarial-attacks-pytorch

PyTorch implementation of adversarial attacks [torchattacks]
https://adversarial-attacks-pytorch.readthedocs.io/en/latest/index.html
MIT License
1.86k stars 348 forks source link

Wrong Random Start for PGDL2 attack #83

Closed javyduck closed 2 years ago

javyduck commented 2 years ago

the init delta is not added in the image: https://github.com/Harry24k/adversarial-attacks-pytorch/blob/e7ce3286089b03de14c33f35ea42fb42566f7a85/torchattacks/attacks/pgdl2.py#L61

Harry24k commented 2 years ago

Thank you for your comment. Please refer to https://github.com/Harry24k/adversarial-attacks-pytorch/commit/712144154f580ff8a1f492bde6c154f14e8556a6.