1. 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
  2. 27 Nov, 2019 1 commit
  3. 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
  4. 06 Nov, 2019 1 commit
  5. 28 Oct, 2019 1 commit
  6. 19 Sep, 2019 2 commits
  7. 13 Sep, 2019 1 commit
  8. 12 Sep, 2019 1 commit
  9. 21 Aug, 2019 1 commit
  10. 20 Aug, 2019 2 commits
  11. 19 Aug, 2019 2 commits
  12. 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
  13. 13 Aug, 2019 1 commit
  14. 10 Aug, 2019 1 commit
  15. 06 Aug, 2019 1 commit
  16. 05 Aug, 2019 2 commits
  17. 01 Aug, 2019 1 commit
  18. 30 Jul, 2019 1 commit
  19. 24 Jul, 2019 1 commit
  20. 23 Jul, 2019 1 commit
  21. 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
  22. 20 Jun, 2019 1 commit
  23. 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
  24. 14 Jun, 2019 1 commit
  25. 06 Jun, 2019 2 commits
  26. 05 Jun, 2019 1 commit
  27. 03 Jun, 2019 2 commits
  28. 31 May, 2019 2 commits
  29. 29 May, 2019 1 commit
  30. 28 May, 2019 1 commit
  31. 24 May, 2019 2 commits
    • rxsang's avatar
      Add a graph optional_next Reset benchmark. (#6876) · 49eaaaf2
      rxsang authored
      * Add a graph optional_next Reset benchmark.
      
      * Fix lint error.
      49eaaaf2
    • Tian Lin's avatar
      Merged commit that fixes transformer's predict and eval. (#6874) · b9cab01b
      Tian Lin authored
      * Merged commit includes the following changes:
      249776315  by tianlin<tianlin@google.com>:
      
          Internal change
      
      249763206  by tianlin<tianlin@google.com>:
      
          For TF 2.0 (related to Beam Search), expand cond dims in tf.where(cond, x, y) to make all parameters broadcastable.
      
      --
      249392724  by hongkuny<hongkuny@google.com>:
      
          Internal change
      
      PiperOrigin-RevId: 249776315
      
      * Merged commit includes the following changes:
      249823043  by tianlin<tianlin@google.com>:
      
          Bring back v2 test for predict and eval.
      
      --
      
      PiperOrigin-RevId: 249823043
      b9cab01b
  32. 23 May, 2019 1 commit