1. 19 Nov, 2021 1 commit
  2. 09 Apr, 2021 1 commit
    • Reed Wanderman-Milne's avatar
      Remove dynamic_loss_scale argument to define_performance. · 20ed8cf0
      Reed Wanderman-Milne authored
      All models which support loss scaling support dynamic loss scaling, so the argument has no purpose. It used to be that some models scaled the loss manually instead of using a LossScaleOptimizer, and so did not support dynamic loss scaling.
      
      PiperOrigin-RevId: 367719521
      20ed8cf0
  3. 13 Sep, 2020 1 commit
  4. 12 Aug, 2020 1 commit
  5. 10 Aug, 2020 1 commit
  6. 19 May, 2020 1 commit
  7. 14 May, 2020 1 commit
  8. 26 Apr, 2020 1 commit
  9. 20 Apr, 2020 1 commit
  10. 10 Apr, 2020 1 commit
  11. 25 Mar, 2020 1 commit
  12. 17 Mar, 2020 1 commit
  13. 16 Mar, 2020 1 commit
  14. 12 Mar, 2020 1 commit
  15. 11 Mar, 2020 1 commit
  16. 05 Mar, 2020 1 commit
  17. 26 Feb, 2020 1 commit
  18. 24 Feb, 2020 1 commit
  19. 28 Jan, 2020 1 commit
  20. 27 Jan, 2020 1 commit
  21. 24 Jan, 2020 1 commit
  22. 05 Dec, 2019 1 commit
  23. 25 Nov, 2019 1 commit
  24. 11 Sep, 2019 1 commit
  25. 30 Aug, 2019 1 commit
  26. 19 Aug, 2019 1 commit
  27. 07 Aug, 2019 1 commit
  28. 06 Aug, 2019 1 commit
  29. 05 Aug, 2019 1 commit
  30. 02 Aug, 2019 1 commit
    • Haoyu Zhang's avatar
      Merged commit includes the following changes: (#7365) · 1921a3b5
      Haoyu Zhang authored
      261339941  by haoyuzhang<haoyuzhang@google.com>:
      
          Own library functions in Keras ResNet models, and remove dependencies on v1 Estimator version of ResNet models.
      
          Most dependencies that the Keras version has are related to data input pipelines. Created dedicated files (cifar_preprocessing.py, imagenet_preprocessing.py) to collect all logic handling Cifar and ImageNet data input function.
      
      --
      261339166  by haoyuzhang<haoyuzhang@google.com>:
      
          Internal change
      
      261317601  by akuegel<akuegel@google.com>:
      
          Internal change
      
      261218818  by A. Unique TensorFlower<gardener@tensorflow.org>:
      
          Internal change
      
      PiperOrigin-RevId: 261339941
      1921a3b5
  31. 31 Jul, 2019 1 commit
  32. 23 Jul, 2019 1 commit
  33. 18 Jul, 2019 1 commit
    • Haoyu Zhang's avatar
      Improve Keras graph performance for ResNet56 (#7241) · dd5a91d3
      Haoyu Zhang authored
      * Config threadpool, cuDNN persistent BN, and grappler layout optimizer properly for ResNet56
      
      * Add tweaked tests for Resnet56
      
      * Avoid triggering the last partial batch overhead by explicitly dropping remainder
      dd5a91d3
  34. 09 Jul, 2019 1 commit
  35. 21 Jun, 2019 1 commit
    • Toby Boyd's avatar
      NCF XLA and Eager tests with a refactor of resnet flags to make this cleaner. (#7067) · a68f65f8
      Toby Boyd authored
      * XLA FP32 and first test
      
      * More XLA benchmarks FP32.
      
      * Add eager to NCF and refactor resnet.
      
      * fix v2_0 calls and more flag refactor.
      
      * Remove extra flag args.
      
      * 90 epoch default
      
      * add return
      
      * remove xla not used by estimator.
      
      * Remove duplicate run_eagerly.
      
      * fix flag defaults.
      
      * Remove fp16_implementation flag option.
      
      * Remove stop early on mlperf test.
      
      * remove unneeded args.
      
      * load flags from keras mains.
      a68f65f8
  36. 20 Jun, 2019 1 commit
  37. 19 Jun, 2019 1 commit
    • Toby Boyd's avatar
      Add XLA to transformer (#7048) · 269581dc
      Toby Boyd authored
      
      
      * set default steps to 300K.
      
      * Log flags to perfzero.
      
      * Add XLA support to transformer
      
      - Moved config logic to keras_utils
      - Added enable_xla flag to _performance flags
      - Did not refactor enable_xla flag from keras resnet due to
        reliance on calling FLAGs in estimator keras and that is
        a needed refactor for another time.
      
      * fix g3 lint complaint.
      
      * Refactor set config into keras_utils.
      
      * Move flags out of main.
      
      * pipe through enable_xla
      
      * Update official/transformer/v2/misc.py
      Co-Authored-By: default avatarReed <reedwm@google.com>
      269581dc
  38. 13 Jun, 2019 1 commit
  39. 08 Apr, 2019 1 commit
    • Shining Sun's avatar
      Add DS support for NCF keras (#6447) · 1255d5b9
      Shining Sun authored
      * add ds support for ncf
      
      * remove comments for in_top_k
      
      * avoid expanding the input layers
      
      * resolve comments and fix lint
      
      * Added some comments in code and fix lint
      
      * fix lint
      
      * add some documentation
      
      * add tensorflow imports
      1255d5b9
  40. 05 Apr, 2019 1 commit