Trusted-AI / adversarial-robustness-toolbox

Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction, Inference - Red and Blue Teams

Home Page:https://adversarial-robustness-toolbox.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

HSTEHSTEHSTE opened this issue · comments

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.

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