This repository has been archived by the owner on Jul 7, 2023. It is now read-only.
v1.4.3
Note: Tensor2Tensor now requires TensorFlow 1.5.
- Working
t2t-bleu
thanks to @martinpopel - Improvements to image models:
resnet
,revnet
, andshake_shake
- Image problems refactor: faster input pipeline, richer ImageNet data preprocessing. Note that
ImageModality.bottom
no longer normalizes images; that's now done in the input pipeline. - Improvements for running on Google's Cloud TPUs, coming to you soon...
- Various bug fixes, improvements, and additions