facebookresearch/fairseq

Hybrid CTC/attention decode

开放

#5,015 创建于 2023年3月8日

 (0 条评论) (0 个反应) (0 位负责人)Python (6,224 个派生)batch import
enhancementhelp wantedneeds triage

仓库指标

星标
 (29,107 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

🚀 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.

贡献者指南