Skip to content

Commit 7481678

Browse files
committed
⚡ Update readme
1 parent 94a42c2 commit 7481678

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)