Skip to content

Commit

Permalink
eval-update smoke test (twosixlabs#1114)
Browse files Browse the repository at this point in the history
* existing updates

* updated evasion scenarios

* update

* dapricot update

* so2sat update

* poisoning

* scenario updates

* remove base

* typedef hint for JSON-like config dict

* add jupyter text

* typehints and docstrings

* avoid name error if attack_type is preloaded

* unbound local errors

* calls via super have implied self

* self reference removed

* torchvision is back-versioned

* typo metrics for metric

* align torchvision version with pytorch version

as prescribed by https://pypi.org/project/torchvision/

* black19.10b0 and flake8 compliant

* update workflow

* forgot to push latest commit

* name changes

* updated names

* simplify

* simplification

* update ART api usage

Co-authored-by: matt wartell <matt.wartell@twosixlabs.com>
  • Loading branch information
2 people authored and lucas.cadalzo committed Dec 22, 2021
1 parent 2813852 commit 520ba38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scenario_configs/resisc45_baseline_densenet121.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"use_label": false
},
"dataset": {
"batch_size": 16,
"batch_size": 1,
"framework": "numpy",
"module": "armory.data.datasets",
"name": "resisc45"
Expand Down

0 comments on commit 520ba38

Please sign in to comment.