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
andText2SelfProblem
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