TensorFlowASR v0.7.0
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
RnntLosssubclass oftf.keras.losses.Lossto use incompilefunction oftf.keras.Model - Add Transducer with custom
train_stepandtest_stepthat usesRnntLoss - Add new
CtcLosssubclass oftf.keras.losses.Lossto use incompilefunction oftf.keras.Model - Add CtcModel with custom
train_stepandtest_stepthat usesCtcLoss