- Support for infinite dataset (for using `steps_per_execution`) - Support for storing hdf5 to cloud - Update training script using keras builtin functions
0.7.6
Release Notes
- Replace max lengths by metadata to store other dataset information, such as number of entries - Update TPU example script to use `steps_per_execution`
0.7.5
Release Notes
- Move dependencies to `requirements.txt` - Add option to use loss scale in keras compile - Add max lengths computation in ASR dataset - Support TPU and static shape training
0.7.4
Release Notes
- Fixed rnnt loss in pure tf for batch size 1 - Update example configs
0.7.3
Release Notes
- Fix Transducer Batch Recognition - Cast step to float32 in schedules - Update create tfrecords and add subwords scripts