1. 05 Dec, 2019 3 commits
  2. 25 Nov, 2019 1 commit
  3. 21 Nov, 2019 1 commit
  4. 14 Nov, 2019 1 commit
  5. 28 Oct, 2019 1 commit
  6. 04 Oct, 2019 1 commit
  7. 09 Sep, 2019 1 commit
  8. 04 Sep, 2019 1 commit
  9. 03 Sep, 2019 1 commit
  10. 30 Aug, 2019 1 commit
  11. 26 Aug, 2019 1 commit
  12. 20 Aug, 2019 1 commit
  13. 19 Aug, 2019 1 commit
  14. 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
  15. 09 Aug, 2019 1 commit
  16. 05 Aug, 2019 1 commit
  17. 23 Jul, 2019 1 commit
  18. 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
  19. 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
  20. 20 Jun, 2019 1 commit
  21. 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
  22. 14 Jun, 2019 1 commit
  23. 31 May, 2019 2 commits
  24. 28 May, 2019 1 commit
  25. 24 May, 2019 1 commit
  26. 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
  27. 15 May, 2019 2 commits
  28. 10 May, 2019 2 commits
  29. 09 May, 2019 1 commit
  30. 06 May, 2019 1 commit
  31. 04 May, 2019 1 commit
    • Haoyu Zhang's avatar
      Enable CuDNN BatchNorm spatial persistent by default (#6710) · 58deb059
      Haoyu Zhang authored
      * Enable CuDNN BatchNorm spatial persistent by default; Remove 2nd zero padding layer
      
      * Apply scale=False and fused=True consistently to BatchNorm layers
      
      * Undo remove padding layer
      
      * Replace zero padding with padding attribute in max pooling for better performance
      
      * Resolve comments
      
      * Revert "Replace zero padding with padding attribute in max pooling for better performance"
      
      This reverts commit ad49db057c800ecac008eec1057005bd2c08ac73.
      58deb059
  32. 29 Apr, 2019 1 commit
    • Igor's avatar
      Add benchmarks with the --cloning flag to Resnet and NFC. (#6675) · af47736d
      Igor authored
      * Add benchmarks with the --cloning flag to Resnet and NFC.
      
      * Renamed cloning to clone_model_in_keras_dist_strat. Dropped a few tests that aren't essential.
      
      * Fixed up the formatting after re-naming the flag to a much longer  name.  Thanks, lint.
      * Fixed the lint error in nfc_common.py
      af47736d
  33. 24 Apr, 2019 1 commit
  34. 11 Apr, 2019 1 commit
  35. 08 Apr, 2019 1 commit
    • Shining Sun's avatar
      Add DS support for NCF keras (#6447) · 1255d5b9
      Shining Sun authored
      * add ds support for ncf
      
      * remove comments for in_top_k
      
      * avoid expanding the input layers
      
      * resolve comments and fix lint
      
      * Added some comments in code and fix lint
      
      * fix lint
      
      * add some documentation
      
      * add tensorflow imports
      1255d5b9