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