facebookresearch/fairseq

Hybrid CTC/attention decode

Open

#5.015 aberto em 8 de mar. de 2023

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)Python (6.224 forks)batch import
enhancementhelp wantedneeds triage

Métricas do repositório

Stars
 (29.107 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

🚀 Feature Request

Hybrid CTC/attention decode is needed in asr task.

Motivation

Hybrid CTC/attention has achieve impressive results is speech recognition. However, i do not find the relevant feature in fairseq, especially when decoding. Paper: Hybrid CTC/attention architecture for end-to-end speech recognition

Pitch

User can easily adopt the hybrid CTC/attention decode.

Guia do colaborador