Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.03 KB

README.md

File metadata and controls

41 lines (32 loc) · 1.03 KB

tf2-speech-recognition-las

Tensorflow 2 Speech Recognition Code (LAS)

Developers

Contents

Speech Recognition

Features

  • Listen, Attend and Spell (LAS) speech recognition model
  • Location sensitive attention
  • Korean syllable tokenization

Prerequisites

  • Python 3.x
  • Tensorflow 2.2.0
  • Librosa 0.6.3
  • etc.

Examples

  • Tensorboard examples (trained on data with short length (<=500))

- Attention weight examples

References and Resources