NOTE: armory-example
has not been updated for version 0.15.0, and is being deprecated.
Example config files can be found in Example Configs.
This repository is meant to be an example of how to run Armory adversarial defense evaluations. For more information about Armory, please refer to the official docs. A tutorial on using Armory and armory-example can be found here.
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 some custom configurations for using different attacks and defenses using ART modules.
For an introduction to adaptive attack evaluation in Armory, see the following tutorial