Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 491 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 491 Bytes

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