adversarial-robustness-toolbox
adversarial-robustness-toolbox copied to clipboard
Update the speech recognizer class to work with up-to-date versions of ART
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?