1. 13 Aug, 2020 1 commit
  2. 12 Aug, 2020 1 commit
  3. 03 Aug, 2020 1 commit
  4. 17 Jun, 2020 1 commit
  5. 09 Jun, 2020 1 commit
  6. 08 Jun, 2020 1 commit
  7. 19 May, 2020 1 commit
  8. 14 May, 2020 1 commit
  9. 16 Apr, 2020 1 commit
  10. 11 Mar, 2020 1 commit
  11. 02 Mar, 2020 1 commit
  12. 28 Feb, 2020 1 commit
  13. 21 Feb, 2020 2 commits
  14. 20 Feb, 2020 1 commit
  15. 06 Dec, 2019 1 commit
  16. 05 Dec, 2019 1 commit
  17. 25 Nov, 2019 1 commit
  18. 10 Aug, 2019 1 commit
  19. 08 Aug, 2019 1 commit
  20. 05 Aug, 2019 1 commit
  21. 20 Jul, 2019 1 commit
  22. 19 Jul, 2019 2 commits
  23. 18 Jul, 2019 1 commit
  24. 11 Jul, 2019 1 commit
  25. 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
  26. 24 May, 2019 1 commit
  27. 11 Apr, 2019 1 commit
  28. 29 Mar, 2019 1 commit
  29. 28 Mar, 2019 1 commit
    • Shining Sun's avatar
      Added benchmark test and convergence test for the NCF model (#6318) · 4c11b84b
      Shining Sun authored
      * initial commit
      
      * bug fix
      
      * Move build_stats from common to keras main, because it is only applicable in keras
      
      * remove tailing blank line
      
      * add test for synth data
      
      * add kwargs to init
      
      * add kwargs to function invokation
      
      * correctly pass kwargs
      
      * debug
      
      * debug
      
      * debug
      
      * fix super init
      
      * bug fix
      
      * fix local_flags
      
      * fix import
      
      * bug fix
      
      * fix log_steps flag
      
      * bug fix
      
      * bug fix: add missing return value
      
      * resolve double-defined flags
      
      * lint fix
      
      * move log_steps flag to benchmarK flag
      
      * fix lint
      
      * lint fix
      
      * lint fix
      
      * try flag core default values
      
      * bug fix
      
      * bug fix
      
      * bug fix
      
      * debug
      
      * debug
      
      * remove debug prints
      
      * rename benchmark methods
      
      * flag bug fix for synth benchmark
      4c11b84b