Skip to content

Releases: thanhtvt/uetasr

Version 0.3.0

01 May 10:13
Compare
Choose a tag to compare
  • Fix GradientAccumulationModel wrapper for tf.keras.Model. Now it can work fine on single GPU (use GA optimizer for multi-GPU according to author's suggestion).
  • Add finetune option.

Version 0.2.1

27 Apr 16:35
Compare
Choose a tag to compare
  • Update librosa support from 0.10.0
  • Support tf.function for BeamRNNT decoder

Super Beta version

27 Apr 08:57
Compare
Choose a tag to compare

This release marks new updates:

  • Refactoring multi types of decoders (ALSD, TSD, Beam, and Greedy Search).
  • Add time stretch augmentation.

v0.1.0-beta

19 Apr 11:29
Compare
Choose a tag to compare

This marks the first-ever release, more will come in the future. This release:

  • Supports Emformer and Conformer as the encoder, RNNT and CTC as the E2E architecture.
  • Supports WandB and TensorBoard logging.
  • Supports HyperPyYAML for configuration management.
  • Supports error analysis with asr evaluation tools.
  • Supports multiple augmentation and featurization methods.