ChaosCY / LAS-asr

This is the TensorFlow implementation of the Google LAS model.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LAS-asr

This is the TensorFlow implementation of the Google LAS model.

part of the code refers to https://github.com/thomasschmied/Speech_Recognition_with_Tensorflow

The model adds some improvements, such as multi-head attention, label smoothing and so on. Reference: 《STATE-OF-THE-ART SPEECH RECOGNITION WITH SEQUENCE-TO-SEQUENCE MODELS》

The model adds biased module, CLAS. Reference: 《DEEP CONTEXT: END-TO-END CONTEXTUAL SPEECH RECOGNITION》

TensorFlow version: 1.4 or 1.8

About

This is the TensorFlow implementation of the Google LAS model.


Languages

Language:Python 100.0%