├── LICENSE ├── README.md ├── boundary_attack_simple.py ├── defenses.py ├── low_freq_pgd.ipynb ├── run_dba_simple.py └── utils.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cg563/low-frequency-adversarial/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cg563/low-frequency-adversarial/HEAD/README.md -------------------------------------------------------------------------------- /boundary_attack_simple.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cg563/low-frequency-adversarial/HEAD/boundary_attack_simple.py -------------------------------------------------------------------------------- /defenses.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cg563/low-frequency-adversarial/HEAD/defenses.py -------------------------------------------------------------------------------- /low_freq_pgd.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cg563/low-frequency-adversarial/HEAD/low_freq_pgd.ipynb -------------------------------------------------------------------------------- /run_dba_simple.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cg563/low-frequency-adversarial/HEAD/run_dba_simple.py -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cg563/low-frequency-adversarial/HEAD/utils.py --------------------------------------------------------------------------------