Skip to content

Novelfor/Mandarin_recognition_tf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mandarin_recognition_tf

A modified DeepSpeech2 based Mandarin Recognition. Edit distance in valid data is 14.98% in aishell datasets.

Train examples on valid sets

Train Details

More Details.

Train this model from audio to chinese character end-to-end.

Use smaller (3x3) convolution kernel instead of 41x21 in paper get improved in valid set, and improve the speed for training model.

To improve the speed during decoding in dynamic GRU, we put the setences with similar length into a batch, and get 1.6x speed up for training model.

A results:

Predicts

Pre-trained model download link.

Dropbox

Baidu

About

A modified DeepSpeech2 based Mandarin Recognition, use tensorflow to implement it. Edit distance in valid data is 14.98%

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors