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

Releases: tensorflow/tensor2tensor

v1.7.0

10 Aug 03:54
Compare
Choose a tag to compare

v1.6.6

26 Jun 21:42
Compare
Choose a tag to compare
  • added Mozilla common voice as Problem and style transfer one others!
  • improvements to ASR data preprocessing (thanks to jarfo)
  • decoding works for Transformer on TPUs and for timeseries problems
  • corrections and refactoring of the RL part
  • Removed deprecated Experiment API code, and support SessionRunHooks on TPU.
  • many other corrections and work on video problems, latent variables and other

Great thanks to everyone!

v1.6.5

15 Jun 20:49
Compare
Choose a tag to compare
  • registry.hparams now returns an HParams object instead of a function that returns an HParams object
  • New MultistepAdamOptimizer thanks to @fstahlberg
  • New video models and problems and improvements to VideoProblem
  • Added pylintrc and lint tests to Travis CI
  • Various fixes, improvements, and additions

v1.6.3

21 May 23:18
Compare
Choose a tag to compare
  • --random_seed is unset by default now. Set it to an integer value to get reproducible results.
  • bAbI text understanding tasks added
  • Have the ML Engine and TPU codepaths use TF 1.8
  • Various cloud-related bug fixes
  • WikisumWeb data generation fixes
  • Various other fixes

v1.6.2

08 May 03:23
3b663b6
Compare
Choose a tag to compare
  • Lambada and wikitext103 datasets.
  • ASR model with Transformer and iPython notebook.
  • Many other improvements including RL code, autoencoders, the latent transformer (transformer_vae) and more.

v1.6.1

26 Apr 23:43
ed9e3bd
Compare
Choose a tag to compare

v1.6.0

20 Apr 22:59
99750c4
Compare
Choose a tag to compare
  • --problems command-line flag renamed to --problem
  • hparams.problems renamed to hparams.problem_hparams and hparams.problem_instances renamed to hparams.problem (and neither are lists now)
  • Dropped support for TensorFlow 1.4
  • Various additions, fixes, etc.

v1.5.7

13 Apr 21:29
120315c
Compare
Choose a tag to compare
  • Distillation codepath added
  • Improved support for serving language models
  • New TransformerScorer model which return log prob of targets on infer
  • Support for bfloat16 weights and activations on TPU
  • SRU gate added to common_layers
  • --checkpoint_path supported in interactive decoding
  • Improved support for multiple outputs
  • VideoProblem base class
  • Various fixes, additions, etc.

v1.5.6

05 Apr 20:47
9053259
Compare
Choose a tag to compare
  • Scalar summary support on TPUs
  • New Squad and SquadConcat problem for question answering (and relevant base class)
  • New video problems
  • bfloat16 support for Transformer on TPUs
  • New SigmoidClassLabelModality for binary classification
  • Support batch prediction with Cloud ML Engine
  • Various fixes, improvements, additions

v1.5.5

10 Mar 02:16
8bdecbe
Compare
Choose a tag to compare
  • Updates to experimental RL codebase
  • ImageTransformer on TPU
  • Various updates, fixes, additions, etc.