Skip to content

RNN-Transducer demo示例,方便理解基本原理。

Notifications You must be signed in to change notification settings

chinabing/RNN-Transducer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

运行

python demo_rnnt.py

功能

一个RNN Transducer的示例,实现一个类似语言翻译的序列到序列任务; 输入为一段文本序列X,输出为另一个文本序列Y; 将Y序列中的元音字符去除即为X。

例如: X: Hll, Wrld --> Y:Hello, World

About

RNN-Transducer demo示例,方便理解基本原理。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages