This repository has been archived by the owner on Jul 7, 2023. It is now read-only.
Releases: tensorflow/tensor2tensor
Releases · tensorflow/tensor2tensor
v1.2.2
- Easy modular dataset construction with
Problem.dataset
- New
ClassLabelEncoder
for classification problems - Decoding now only loads the model once for all decodes (no more reloads across batches)
- Various other fixes, improvements, including a move to
tf.estimator.Estimator
v1.2.1
v1.2.0
- We've updated our TensorFlow requirement to version 1.3.0, which allowed us to move our input pipeline to the new
tf.contrib.data.Dataset
API - Attention visualizations available by iPython notebook
- Multiple new layers and utilities, bug fixes, etc.
v1.1.9
v1.1.8
v1.1.7
v1.1.6
v1.1.5
Large code moves:
common_*.py
andmodalities.py
have moved frommodels/
to the new folderlayers/
.models/
folder is now just forT2TModel
definitions.trainer_utils.py
has been broken up into several files (devices.py
,decoding.py
,input_fn_builder.py
,model_builder.py
.