1. 13 Apr, 2021 1 commit
    • Reed Wanderman-Milne's avatar
      Use nonexperimental mixed precision API. · 4334a892
      Reed Wanderman-Milne authored
      This replaces symbols in tf.keras.mixed_precision.experimental with the corresponding nonexperimental symbols. In some cases, passing a Policy is replaced with passing a policy name for conciseness.
      
      Additionally, for the Shakespeare model, the loss_scale flag is removed, since supporting it with the nonexperimental API is slightly more verbose and it is recommended users use the default loss scale.
      
      PiperOrigin-RevId: 368123944
      4334a892
  2. 12 Apr, 2021 1 commit
    • Reed Wanderman-Milne's avatar
      Use nonexperimental mixed precision API for official models. · 0d8f9807
      Reed Wanderman-Milne authored
      For all modified calls to set_mixed_precision_policy(), the loss_scale argument was removed, as it cannot be passed if the nonexperimental API is used. For all such callers, the loss_scale is later used to explicitly create a LossScaleOptimizer, so removing the argument has no impact.
      
      Switching to the non-experimental LossScaleOptimizer has no effect, as it has near identical behavior and all isinstance checks within the official models check for the non-experimental version.
      
      PiperOrigin-RevId: 368101975
      0d8f9807
  3. 10 Mar, 2021 1 commit
  4. 27 Feb, 2021 2 commits
  5. 23 Feb, 2021 1 commit
  6. 17 Feb, 2021 1 commit
  7. 17 Nov, 2020 2 commits
  8. 04 Nov, 2020 1 commit
  9. 26 Oct, 2020 1 commit
  10. 21 Oct, 2020 1 commit
  11. 06 Oct, 2020 1 commit
  12. 30 Sep, 2020 1 commit
  13. 16 Sep, 2020 1 commit
  14. 13 Sep, 2020 1 commit
  15. 06 Sep, 2020 1 commit
  16. 27 Aug, 2020 1 commit
  17. 24 Aug, 2020 2 commits
  18. 23 Aug, 2020 2 commits
  19. 14 Aug, 2020 2 commits
  20. 12 Aug, 2020 2 commits
  21. 11 Aug, 2020 1 commit
  22. 08 Aug, 2020 2 commits
  23. 29 Jul, 2020 2 commits
  24. 28 Jul, 2020 2 commits
  25. 22 Jul, 2020 2 commits
  26. 17 Jul, 2020 2 commits
  27. 08 Jul, 2020 2 commits
  28. 06 Jul, 2020 1 commit