This repository was archived by the owner on Jul 7, 2023. It is now read-only.
  
  
  
  
Releases: tensorflow/tensor2tensor
Releases · tensorflow/tensor2tensor
v1.7.0
- 
Added a MultiProblem class for Multitask Learning. Thanks @urvashik ! 
- 
Added decoding option to pass through the features dictionary to predictions. Thanks @rsepassi ! 
- 
Enabled MLEngine path to use Cloud TPUs. Thanks @rsepassi ! 
- 
Added a simple One-Hot Symbol modality. Thanks @mbz ! 
- 
Added Cleverhans integration. Thanks @aidangomez ! 
- 
Problem definitions added for: - Allen Brain Atlas problems. Thanks @cwbeitel !
- LSUN Bedrooms dataset.
- Added various NLP datasets. Thanks @urvashik !
- Added a data generator for WSJ parsing.
 
- 
Model additions: - Implemented Targeted Dropout for Posthoc Pruning. Thanks @aidangomez !
- Added self attention to VQA attention model.
- Added fast block parallel transformer model
- Implemented auxiliary losses from Stochastic Activation Pruning for Robust Adversarial Defense. Thanks @alexyku !
- Added probability based scheduled sampling for SV2P problem. Thanks @mbz !
- Reimplementated Autoencoder and Eval. Thanks @piotrmilos !
- Relative memory efficient unmasked self-attention.
 
- 
Notable bug fixes: - bug with data_gen in style transfer problem Thanks @tlatkowski !
- wmt_enfr dataset should not use vocabulary based on "small" dataset. Thanks @nshazeer !
 
- 
Many more fixes, tests and work on Model based RL, Transfomer, Video and other models and problems. 
v1.6.6
- 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
- registry.hparamsnow returns an- HParamsobject instead of a function that returns an- HParamsobject
- New MultistepAdamOptimizerthanks to @fstahlberg
- New video models and problems and improvements to VideoProblem
- Added pylintrcand lint tests to Travis CI
- Various fixes, improvements, and additions
v1.6.3
- --random_seedis 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
- WikisumWebdata generation fixes
- Various other fixes
v1.6.2
- 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
- Release scripts to generate the data for Generating Wikipedia by Summarizing Long Sequences
- New RTransformermodel, a recurrent Transformer
- New English-Estonian translation dataset thanks to @stefan-it
- New ROC_AUCmetric thanks to @jjtan
- Various fixes, improvements, additions, etc.
v1.6.0
v1.5.7
- Distillation codepath added
- Improved support for serving language models
- New TransformerScorermodel which return log prob of targets oninfer
- Support for bfloat16weights and activations on TPU
- SRU gate added to common_layers
- --checkpoint_pathsupported in interactive decoding
- Improved support for multiple outputs
- VideoProblembase class
- Various fixes, additions, etc.
v1.5.6
- Scalar summary support on TPUs
- New SquadandSquadConcatproblem for question answering (and relevant base class)
- New video problems
- bfloat16support for- Transformeron TPUs
- New SigmoidClassLabelModalityfor binary classification
- Support batch prediction with Cloud ML Engine
- Various fixes, improvements, additions