Skip to content
This repository has been archived by the owner on Jul 7, 2023. It is now read-only.

v1.5.2

Compare
Choose a tag to compare
@rsepassi rsepassi released this 17 Feb 01:27
· 3293 commits to master since this release
e1e0194

Note: The Text2TextProblem has been refactored so if you have subclassed it you may need to rename some methods. Some vocabulary files may need to be renamed as well.

  • Text2TextProblem, Text2ClassProblem and Text2SelfProblem base classes make specifying new text-based problems easy. See text_problems.py.
  • New models and problems, including for image generation and speech-to-text
  • Various bug fixes, feature additions, improvements, etc.
  • Test model export and serving for Python 2.7 and TensorFlow 1.5
  • Update Travis tests to test against TensorFlow version 1.4, 1.5, and 1.6