Skip to content

Releases: TensorSpeech/TensorFlowASR

TensorFlowASR v0.6.4

15 Jan 17:30
86e8c43
Compare
Choose a tag to compare

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

TensorFlowASR v0.6.3

06 Jan 14:29
8b9383c
Compare
Choose a tag to compare

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

27 Dec 07:18
Compare
Choose a tag to compare

Release Notes

  • Update dependencies
  • Fix Transducer RNN name

TensorFlowASR v0.6.1

27 Dec 06:21
b771734
Compare
Choose a tag to compare

Release Notes

  • Add unittests
  • Fixed CTC recognize_tflite and recognize_tflite_beam
  • Add joint_activation to Transducer

TensorFlowASR v0.6.0

27 Dec 04:15
3004f0e
Compare
Choose a tag to compare

Release Notes

  • Supported naive token level timestamp
  • Updated iextract and indices2upoint with ignoring blanks

TensorFlowASR v0.5.5

25 Dec 05:58
Compare
Choose a tag to compare

Release Notes

  • Update demo examples and dependencies
  • Change double underscore function name to single underscore

TensorFlowASR v0.5.4

24 Dec 16:43
Compare
Choose a tag to compare

Release Notes

  • Fixed minor bugs in printing summary, get number of batches for tfrecords
  • Update docs

TensorFlowASR v0.5.3

20 Dec 11:37
Compare
Choose a tag to compare

Release Notes

  • Fixed tfrecords dataset that doesn't require transcripts.tsv files
  • Remove summary for encoder in Transducer.summary to deal with the None encoder

TensorFlowASR v0.5.2

19 Dec 18:27
1bad037
Compare
Choose a tag to compare

Release Notes

  • Fix TFLite Conversion for Transducer Greedy

TensorFlowASR v0.5.1

19 Dec 11:16
6d70eab
Compare
Choose a tag to compare

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