burchim / AVEC

[WACV 2023] Audio-Visual Efficient Conformer (AVEC) for Robust Speech Recognition
https://openaccess.thecvf.com/content/WACV2023/html/Burchi_Audio-Visual_Efficient_Conformer_for_Robust_Speech_Recognition_WACV_2023_paper.html
Apache License 2.0
88 stars 9 forks source link

Can other ctcdecode be used instead? #11

Open Xuzhejia opened 8 months ago

Xuzhejia commented 8 months ago

Hello, If parlance/ctcdecode cannot be installed, can I use other ctcdecode instead?

Thank you.

burchim commented 8 months ago

Hi, ctcdecode installation fails using newer PyTorch versions, PyTorch 2.0.0 is working fine. You may be able to use other libraries for beam search decoding but you will need to modify the code.