This repository is meant to be an example of how to run ARMORY adversarial defense evaluations.
Configuration files for official scenarios are provided. See official_scenario_configs directory
To run (after armory has been installed):
armory run official_scenario_configs/cifar10_baseline.json
Since armory mounts your current working directory inside of evaluation docker containers, users are able to run their own custom Scenarios, Models, etc.
We've added an example Scenario (audio classification using spectrograms), as well as some custom configurations for different using different attacks and defenses using ART modules.