TensorSpeech TensorFlowASR Versions Save

:zap: TensorFlowASR: Almost State-of-the-art Automatic Speech Recognition in Tensorflow 2. Supported languages that can use characters or subwords

v1.0.3

2 years ago

What's Changed

Full Changelog: https://github.com/TensorSpeech/TensorFlowASR/compare/v1.0.2...v1.0.3

v1.0.2

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/TensorSpeech/TensorFlowASR/compare/v1.0.1...v1.0.2

v1.0.1

2 years ago

Release Notes

  • Bug fixes
  • Update datasets
  • Update featurizers
  • Update scripts
  • Rename _build to make in BaseModel class (shouldn't call _ prefixed function in python)

v1.0.0

3 years ago

Release Notes

  • Refactor repository structure
  • Add notebook examples
  • Remove custom training loop and use custom keras loop instead
  • Update examples

v0.8.3

3 years ago

Release Notes

  • Fix streaming transducer for testing in larger batch size
  • Add extras_require to setup.py for installing with multiple tensorflow versions

v0.8.2

3 years ago

Release Notes

  • Update Transducer, Dataset
  • Fix some bugs

v0.8.1

3 years ago

Release Notes

  • Fix small bug when not declaring the eval dataset

v0.8.0

3 years ago

Release Notes

  • Update stft
  • Update WER and CER Metrics

v0.7.8

3 years ago

Release Notes

  • Fix duplicate log softmax in rnnt loss in tf

v0.7.7

3 years ago

Release Notes

  • Support for infinite dataset (for using steps_per_execution)
  • Support for storing hdf5 to cloud
  • Update training script using keras builtin functions