wubaoyuan / Sparse-Adversarial-Attack

Implementation of ECCV 2020 "Sparse Adversarial Attack via Perturbation Factorization"
27 stars 7 forks source link

Can multiple images be attacked in one batch? #1

Open waveBridge opened 3 years ago

waveBridge commented 3 years ago

Thanks for the code! I found this method to be slightly slower, taking 300 seconds to attack a CIFAR10 image. In the demo you provided, a batch contains only one image. Can a batch contain multiple images?

Another request, is it convenient to provide hyperparameters on the ImageNet dataset?