Update the speech recognizer class to work with up-to-date versions of ART
HSTEHSTEHSTE opened this issue · 0 comments
HSTEHSTEHSTE commented
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.