/Tranducer-Implementation

An implemetation of Tranducer by using speechbrain for ASR

Primary LanguageJupyter Notebook

使用speechbrain里面的Tranducer损失函数来创建ASR的例子

Tranducer模型: image

其中编码器使用了类似LAS模型中的金字塔式编码器

可以参考下图的编码器:

image

CTC的概率损失函数:

image