File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ TensorFlowASR implements some automatic speech recognition architectures such as
1919
2020## What's New?
2121
22+ - (10/31/2020) Update DeepSpeech2 and Supported Jasper [ https://arxiv.org/abs/1904.03288 ] ( https://arxiv.org/abs/1904.03288 )
2223- (10/18/2020) Supported Streaming Transducer [ https://arxiv.org/abs/1811.06621 ] ( https://arxiv.org/abs/1811.06621 )
2324- (10/15/2020) Add gradients accumulation and Refactor to TensorflowASR
2425- (10/10/2020) Update documents and upload package to pypi
@@ -30,6 +31,10 @@ TensorFlowASR implements some automatic speech recognition architectures such as
3031## :yum : Supported Models
3132
3233- ** CTCModel** (End2end models using CTC Loss for training)
34+ - ** Deep Speech 2** (Reference: [ https://arxiv.org/abs/1512.02595 ] ( https://arxiv.org/abs/1512.02595 ) )
35+ See [ examples/deepspeech2] ( ./examples/deepspeech2 )
36+ - ** Jasper** (Reference: [ https://arxiv.org/abs/1904.03288 ] ( https://arxiv.org/abs/1904.03288 ) )
37+ See [ examples/jasper] ( ./examples/jasper )
3338- ** Transducer Models** (End2end models using RNNT Loss for training)
3439- ** Conformer Transducer** (Reference: [ https://arxiv.org/abs/2005.08100 ] ( https://arxiv.org/abs/2005.08100 ) )
3540 See [ examples/conformer] ( ./examples/conformer )
You can’t perform that action at this time.
0 commit comments