1. 13 Mar, 2020 2 commits
  2. 12 Mar, 2020 1 commit
  3. 24 Feb, 2020 1 commit
  4. 23 Jan, 2020 1 commit
  5. 19 Dec, 2019 1 commit
  6. 05 Dec, 2019 1 commit
    • Haoyu Zhang's avatar
      Remove tweaked benchmark for no_dist_strat in function mode. · ef8aed79
      Haoyu Zhang authored
      No need to test explicit_gpu_placement + no_dist_strat + function case, since the performance issue is already fixed by unifying the Keras codepaths. However, there is still performance gap using the explicit_gpu_placement flag when run_eagerly.
      
      PiperOrigin-RevId: 283890008
      ef8aed79
  7. 27 Nov, 2019 1 commit
  8. 25 Nov, 2019 1 commit
    • Sai Ganesh Bandiatmakuri's avatar
      Inject enable_runtime_flags into benchmarks. · bcce419a
      Sai Ganesh Bandiatmakuri authored
      This will help general debugging by enabling custom execution with  --benchmark_method_steps.
      
      E.g --benchmark_method_steps=train_steps=7 will run the benchmark for only 7 steps without modifying benchmark code.
      
      PiperOrigin-RevId: 282396875
      bcce419a
  9. 06 Nov, 2019 1 commit
  10. 28 Oct, 2019 1 commit
  11. 19 Sep, 2019 2 commits
  12. 13 Sep, 2019 1 commit
  13. 12 Sep, 2019 1 commit
  14. 21 Aug, 2019 1 commit
  15. 20 Aug, 2019 2 commits
  16. 19 Aug, 2019 2 commits
  17. 16 Aug, 2019 1 commit
    • Ayush Dubey's avatar
      Add multi-worker benchmarks to Keras ResNet model. · ff6c3b1e
      Ayush Dubey authored
      Also add `worker_hosts` and `task_index` flags.  These flags enable running the
      model over multiple hosts by passing the cluster information via command line.
      
      Setting `TF_CONFIG` will continue to work.
      
      PiperOrigin-RevId: 263825245
      ff6c3b1e
  18. 13 Aug, 2019 1 commit
  19. 10 Aug, 2019 1 commit
  20. 06 Aug, 2019 1 commit
  21. 05 Aug, 2019 2 commits
  22. 01 Aug, 2019 1 commit
  23. 30 Jul, 2019 1 commit
  24. 24 Jul, 2019 1 commit
  25. 23 Jul, 2019 1 commit
  26. 19 Jul, 2019 1 commit
    • Igor's avatar
      Merged commit includes the following changes: (#7264) · 6f47c378
      Igor authored
      259030078  by isaprykin<isaprykin@google.com>:
      
          Clean up the --clone_model_in_keras_dist_strat from Keras Resnet.
      
          The cloning flag has been removed.  The current rule is that cloning is only done in graph mode.  That resulted in duplicate benchmarks: eager+no-cloning vs eager+cloning.  I removed eager+cloning ones.
      
      --
      259026454  by isaprykin<isaprykin@google.com>:
      
          Internal change
      
      PiperOrigin-RevId: 259030078
      6f47c378
  27. 20 Jun, 2019 1 commit
  28. 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
  29. 14 Jun, 2019 1 commit
  30. 06 Jun, 2019 2 commits
  31. 05 Jun, 2019 1 commit
  32. 03 Jun, 2019 2 commits
  33. 31 May, 2019 1 commit