Skip to content

Releases: TensorSpeech/TensorFlowASR

TensorFlowASR v0.2.10

03 Nov 14:41
fbf9757
Compare
Choose a tag to compare

Release Notes

  • Reduce differences between librosa.stft and tf.signal.stft

TensorFlowASR v0.2.9

31 Oct 11:08
Compare
Choose a tag to compare

Release Notes

  • Update configurations from dictionary to class
  • Update Deep Speech 2
  • Supported Jasper
  • Add optimizer config to Streaming Transducer Example

TensorFlowASR v0.2.8

20 Oct 16:17
Compare
Choose a tag to compare

Release Notes

  • Refactor Streaming RNN Transducer
  • Add projection_units option to TransducerPrediction to use projection layer after layer norm
  • Fix subword scripts in examples

TensorFlowASR v0.2.7

18 Oct 12:01
Compare
Choose a tag to compare

Release Notes

  • Supported Streaming RNN Transducer that uses Unidirectional RNNs as Encoder Layers
  • Fix typo in Speech Featurizer

TensorFlowASR v0.2.6

16 Oct 17:13
Compare
Choose a tag to compare

Release Notes

  • Move .txt files containing characters to .characters files
  • Replace subwords_prefix by subwords for better command-line usage
  • Add conformer gradient accumulation training example scripts

TensorFlowASR v0.2.5

15 Oct 16:40
Compare
Choose a tag to compare

Release Notes

  • Supported Subwords Speech Recognition
  • Supported Conformer
  • Supported TFLite for Transducer Greedy Decoding