This repository has been archived by the owner on Mar 28, 2022. It is now read-only.
Releases: gongzhitaao/tensorflow-adversarial
Releases · gongzhitaao/tensorflow-adversarial
Add CW attack
- Add CW L2 and Linf attack
- Add example code for CW attack
Update FGMT
- Fix bug in #6, should use dynamic batch size
- Add example for
fgmt
random target and default target
Update DeepFool
deepfool
returns noise only whennoise=True
- fix few typos in DeepFool examples
- Add DeepFool noise example
Update DeepFool
- Bug fix for DeepFool binary classifier case
- Add batch mode for DeepFool where the algorithm runs until the max epoch is reached.
- Add batch mode example
Initial release with citation
- FGM, JSMA, and DeepFool are implemented
- All examples are based on MNIST.