1. 25 Feb, 2020 1 commit
  2. 24 Feb, 2020 1 commit
  3. 21 Feb, 2020 1 commit
  4. 14 Feb, 2020 1 commit
  5. 23 Jan, 2020 1 commit
  6. 14 Jan, 2020 1 commit
  7. 09 Jan, 2020 1 commit
  8. 05 Dec, 2019 3 commits
  9. 25 Nov, 2019 1 commit
  10. 21 Nov, 2019 1 commit
  11. 14 Nov, 2019 1 commit
  12. 28 Oct, 2019 1 commit
  13. 04 Oct, 2019 1 commit
  14. 09 Sep, 2019 1 commit
  15. 04 Sep, 2019 1 commit
  16. 03 Sep, 2019 1 commit
  17. 30 Aug, 2019 1 commit
  18. 26 Aug, 2019 1 commit
  19. 20 Aug, 2019 1 commit
  20. 19 Aug, 2019 1 commit
  21. 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
  22. 09 Aug, 2019 1 commit
  23. 05 Aug, 2019 1 commit
  24. 23 Jul, 2019 1 commit
  25. 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
  26. 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
  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. 31 May, 2019 2 commits
  31. 28 May, 2019 1 commit
  32. 24 May, 2019 1 commit
  33. 23 May, 2019 1 commit
    • rxsang's avatar
      Add enable_get_next_as_optional flag. (#6858) · 272a2baa
      rxsang authored
      * Add enable_get_next_as_optional flag.
      
      * Set enable_get_next_as_optional to strategy.
      
      * Add comments to explain the flag.
      
      * Remove trailing whitespace.
      
      * Remove trailing space.
      272a2baa
  34. 15 May, 2019 2 commits
  35. 10 May, 2019 2 commits