Skip to content

TensorFlowASR v0.6.4

Compare
Choose a tag to compare
@nglehuy nglehuy released this 15 Jan 17:30
· 810 commits to main since this release
86e8c43

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 use tf.where instead. Tested on tensorflow==2.3.1 and tf-nightly
  • Small update on BaseTrainer class: infinity evaluation after training is done, refactor some utility functions
  • Update SentencePieceFeaturizer