Improvements
- Bumped to
TensorFlow 2.2.0
- Decoder refactored to be used with default Keras
fit predict
pipeline - Example updated to show usage with Keras pipeline
- Per-epoch training time on toy example decreased to
4s
from11s
Limitation
- Tested with
tf.data.Dataset
only - Need to pass
drop_remainder=True
tobatch()
method oftf.data.Dataset
. Cannot handle case of unknownbatch_size