github tensorflow/tensor2tensor v1.2.3

latest releases: v1.15.7, v1.15.6, v1.15.5...
6 years ago
  • Transformer now supports fast decoding! The decoding path used to recompute the entire sequence on each additional timestep, but now caches as it goes.
  • We now support SavedModel exports
  • New more thorough documentation
  • Travis builds for all PRs and commits for Python 2 and 3!
  • The decoding flags for t2t_decoder have all been merged into a single HParams object that can be modified with the flag --decode_hparams
  • Various feature additions, bug fixes, and improvements
  • Note: Parameter checkpoints for the Transformer model may be broken because of a bug with variable sharing in layer_norm

Don't miss a new tensor2tensor release

NewReleases is sending notifications on new releases.