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