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

v1.2.3

Compare
Choose a tag to compare
@rsepassi rsepassi released this 22 Sep 20:19
· 3826 commits to master since this release
  • 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