- Clone the repository
pip install .
, this will install the python package insrc/attasr
and ensure the dependencies specified insetup.py
are installed.
main.py
is an example of how to use the ASR Attack module.- One can select one of three datasets and one of three models to use for an attack experiment.
- Logs are written in
logs
directory by default. - Output is stored in
out
directory by default.
Pending