Trusted-AI / adversarial-robustness-toolbox

Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction, Inference - Red and Blue Teams
https://adversarial-robustness-toolbox.readthedocs.io/en/latest/
MIT License
4.87k stars 1.17k forks source link

Update the speech recognizer class to work with up-to-date versions of ART #2324

Open HSTEHSTEHSTE opened 12 months ago

HSTEHSTEHSTE commented 12 months ago

The last updates to speech recognizers in ART were made in Nov 2022. Since then, changes to ART have made them incompatible with many of their downstream tasks.

The proposed solution: update or rewrite art/estimators/speech_recognition/speech_recognizer.py, using art/estimators/object_detection/pytorch_object_detector.py as reference.

beat-buesser commented 11 months ago

Hi @HSTEHSTEHSTE Thank you for your suggestions. Would you be able to work on this issue?