Releases: TensorSpeech/TensorFlowASR
Releases · TensorSpeech/TensorFlowASR
TensorFlowASR v0.2.10
Release Notes
- Reduce differences between
librosa.stft
andtf.signal.stft
TensorFlowASR v0.2.9
Release Notes
- Update configurations from dictionary to class
- Update Deep Speech 2
- Supported Jasper
- Add optimizer config to Streaming Transducer Example
TensorFlowASR v0.2.8
Release Notes
- Refactor Streaming RNN Transducer
- Add
projection_units
option toTransducerPrediction
to use projection layer after layer norm - Fix subword scripts in examples
TensorFlowASR v0.2.7
Release Notes
- Supported Streaming RNN Transducer that uses Unidirectional RNNs as Encoder Layers
- Fix typo in Speech Featurizer
TensorFlowASR v0.2.6
Release Notes
- Move
.txt
files containing characters to.characters
files - Replace
subwords_prefix
bysubwords
for better command-line usage - Add conformer gradient accumulation training example scripts
TensorFlowASR v0.2.5
Release Notes
- Supported Subwords Speech Recognition
- Supported Conformer
- Supported TFLite for Transducer Greedy Decoding