Releases: TensorSpeech/TensorFlowASR
Releases · TensorSpeech/TensorFlowASR
TensorFlowASR v0.6.4
Release Notes
- Fix tflite conversion and interpretation on Transducer's Greedy Decoding, the reason is somehow tflite drops support for
tf.cond
so we have to usetf.where
instead. Tested ontensorflow==2.3.1
andtf-nightly
- Small update on
BaseTrainer
class: infinity evaluation after training is done, refactor some utility functions - Update
SentencePieceFeaturizer
TensorFlowASR v0.6.3
Release Notes
- Add downloading script for Multilingual LibriSpeech dataset
- Add
SentencePieceFeaturizer
- Remove
tf.string
from Transducer Beam Search for GPU support - Add RNNT implementation in pure TF (Ref: https://github.com/iamjanvijay/rnnt)
- Add option for tfrecords shards and buffer size
TensorFlowASR v0.6.2
Release Notes
- Update dependencies
- Fix Transducer RNN name
TensorFlowASR v0.6.1
Release Notes
- Add unittests
- Fixed CTC
recognize_tflite
andrecognize_tflite_beam
- Add
joint_activation
to Transducer
TensorFlowASR v0.6.0
Release Notes
- Supported naive token level timestamp
- Updated
iextract
andindices2upoint
with ignoring blanks
TensorFlowASR v0.5.5
Release Notes
- Update demo examples and dependencies
- Change double underscore function name to single underscore
TensorFlowASR v0.5.4
Release Notes
- Fixed minor bugs in printing summary, get number of batches for tfrecords
- Update docs
TensorFlowASR v0.5.3
Release Notes
- Fixed tfrecords dataset that doesn't require
transcripts.tsv
files - Remove summary for encoder in
Transducer.summary
to deal with theNone
encoder
TensorFlowASR v0.5.2
Release Notes
- Fix TFLite Conversion for Transducer Greedy
TensorFlowASR v0.5.1
Release Notes
- Update base tester
- Update Transducer Models to use
input_length
instead of directly from output of Encoder (for using in batch testing) - Fix typos