bethgelab / foolbox

A Python toolbox to create adversarial examples that fool neural networks in PyTorch, TensorFlow, and JAX
https://foolbox.jonasrauber.de
MIT License
2.77k stars 427 forks source link

DeepFool missing from batch_attacks #345

Closed ezelikman closed 5 years ago

ezelikman commented 5 years ago

DeepFool is one of the models which is currently missing from batch_attacks in 2.0.0 and seems like an important one to include

zimmerrol commented 5 years ago

Hi @ezelikman, you are right, DeepFool is still missing in the latest version of foolbox and it's an important attack. We have started to port more of the attacks to the new batched mode; you can find the current state of this process in PR 339 - this PR already includes a working version of most of the attacks including DeepFool . We hope to finish migrating all existing attacks soon.

jonasrauber commented 5 years ago

339 has been merged. Available on master and in the next 2.0 release.