Releases: TensorSpeech/TensorFlowASR
Releases · TensorSpeech/TensorFlowASR
TensorFlowASR v0.7.0
Release Notes
- Implement Slice Dataset that yield data in keras format
(x, y) - Implement TFRecord Dataset that yield data in keras format
(x, y) - Add new
RnntLosssubclass oftf.keras.losses.Lossto use incompilefunction oftf.keras.Model - Add Transducer with custom
train_stepandtest_stepthat usesRnntLoss - Add new
CtcLosssubclass oftf.keras.losses.Lossto use incompilefunction oftf.keras.Model - Add CtcModel with custom
train_stepandtest_stepthat usesCtcLoss
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.condso we have to usetf.whereinstead. Tested ontensorflow==2.3.1andtf-nightly - Small update on
BaseTrainerclass: 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.stringfrom 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_tfliteandrecognize_tflite_beam - Add
joint_activationto Transducer
TensorFlowASR v0.6.0
Release Notes
- Supported naive token level timestamp
- Updated
iextractandindices2upointwith 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.tsvfiles - Remove summary for encoder in
Transducer.summaryto deal with theNoneencoder
TensorFlowASR v0.5.2
Release Notes
- Fix TFLite Conversion for Transducer Greedy