Decision Based Adversarial Attack
This repository is compatible with python 3.6.9 and above.
pip install -r requirements.txt
Run using following command
python app.py -d mnist -o path/to/output/directory
For help regarding arguments
python app.py -h
You can adjust various settings of the attack in conf.py
present in root directory of the repository.
For example, you can adjust number of iterations, sampling frequencies, using humans and so on.