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

v1.13.0

Compare
Choose a tag to compare
@afrozenator afrozenator released this 22 Mar 01:00

** Modalities refactor: Thanks to Dustin, all modalities are now an enum and just functions, making it easier to understand what's happening in the model. Thanks Dustin!

Model-Based Reinforcement Learning for Atari using T2T, please find a nice writeup in at https://github.com/tensorflow/tensor2tensor/blob/master/tensor2tensor/rl/README.md -- thanks a lot to all the authors! @lukaszkaiser @mbz @piotrmilos @blazejosinski Roy Campbell @konradczechowski @doomie Chelsea Finn @koz4k Sergey Levine @rsepassi George Tucker and @henrykmichalewski !

TRAX = T2T + [JAX](https://github.com/google/jax) - please try out and give us feedback at #1478

New Models:

  • Evolved Transformer, thanks @stefan-it for adding the paper in #1426
  • textCNN model by @ybbaigo in #1421

Documentation and Logging:

Thanks again @cwbeitel and @lgeiger -- good docs and logging goes a long way for understandability.

Bugs fixed:

Many many thanks @wanqizhu @lgeiger @hbrylkowski @artitw @googlehjx and @qixiuai for finding and fixing these and sorry for missing anyone else -- this is really really helpful.

Code Cleanups:

Many thanks for the cleanups @jackd and @lgeiger -- and sorry if I missed anyone else.