Skip to content

TensorFlow 2.2

Latest
Compare
Choose a tag to compare
@pavanchhatpar pavanchhatpar released this 12 May 02:03
· 9 commits to master since this release

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 from 11s

Limitation

  • Tested with tf.data.Dataset only
  • Need to pass drop_remainder=True to batch() method of tf.data.Dataset. Cannot handle case of unknown batch_size