Skip to content

TensorFlowASR v0.7.0

Choose a tag to compare

@nglehuy nglehuy released this 23 Jan 17:58
· 994 commits to main since this release
3a4d4ee

Release Notes

  • Implement Slice Dataset that yield data in keras format (x, y)
  • Implement TFRecord Dataset that yield data in keras format (x, y)
  • Add new RnntLoss subclass of tf.keras.losses.Loss to use in compile function of tf.keras.Model
  • Add Transducer with custom train_step and test_step that uses RnntLoss
  • Add new CtcLoss subclass of tf.keras.losses.Loss to use in compile function of tf.keras.Model
  • Add CtcModel with custom train_step and test_step that uses CtcLoss