Skip to content

ARMORY v0.13.0

Choose a tag to compare

@lcadalzo lcadalzo released this 25 Mar 19:07
· 1947 commits to master since this release
e552c1a

Changelog

Dependency/library updates

  • Update docker dependencies (including Pytorch 1.7 update and ART 1.6) and simplify Docker build process (#1006, #1008, #1017)

Datasets

  • DAPRICOT dev adversarial dataset (#1021)
  • Add optional indexing to datasets (#1003)
  • Add optional filtering by class of datasets (#1019)

Scenarios

  • DAPRICOT scenario (#1021)
  • Add (optional) single multipath channel to ASR scenario (#1030) with example config file scenario_configs/asr_deepspeech_baseline_fgsm_channel.json

User experience

  • Add option to skip misclassified examples in adversarial attacks (#1005)
  • Ensure that all control arguments, e.g. num-eval-batches or skip-benign, are both obeyed from configs and recorded in output (#1027)