You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TiramisuASR implements some speech recognition architectures such as CTC-based models (Deep Speech 2, etc.), RNN Transducer (Conformer, etc.). These models can be converted to TFLite to reduce memory and computation for deployment :smile:
17
+
TensorflowASR implements some speech recognition architectures such as CTC-based models (Deep Speech 2, etc.), RNN Transducer (Conformer, etc.). These models can be converted to TFLite to reduce memory and computation for deployment :smile:
18
18
</p>
19
19
20
20
## What's New?
21
21
22
+
- (10/15/2020) Add gradients accumulation and Refactor to TensorflowASR
22
23
- (10/10/2020) Update documents and upload package to pypi
23
24
- (10/6/2020) Change `nlpaug` version to `>=1.0.1`
24
25
- (9/18/2020) Support `word-pieces` (aka `subwords`) using `tensorflow-datasets`
0 commit comments