"vscode:/vscode.git/clone" did not exist on "ca88e8b4847fe542ac95a7a98f61e15d16f5c71b"
  1. 08 Jun, 2020 1 commit
  2. 19 May, 2020 1 commit
  3. 14 May, 2020 1 commit
  4. 16 Apr, 2020 1 commit
  5. 11 Mar, 2020 1 commit
  6. 02 Mar, 2020 1 commit
  7. 28 Feb, 2020 1 commit
  8. 21 Feb, 2020 2 commits
  9. 20 Feb, 2020 1 commit
  10. 06 Dec, 2019 1 commit
  11. 05 Dec, 2019 1 commit
  12. 25 Nov, 2019 1 commit
  13. 10 Aug, 2019 1 commit
  14. 08 Aug, 2019 1 commit
  15. 05 Aug, 2019 1 commit
  16. 20 Jul, 2019 1 commit
  17. 19 Jul, 2019 2 commits
  18. 18 Jul, 2019 1 commit
  19. 11 Jul, 2019 1 commit
  20. 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
  21. 24 May, 2019 1 commit
  22. 11 Apr, 2019 1 commit
  23. 29 Mar, 2019 1 commit
  24. 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