1. 21 Aug, 2019 1 commit
  2. 19 Aug, 2019 2 commits
  3. 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
  4. 13 Aug, 2019 1 commit
  5. 06 Aug, 2019 1 commit
  6. 05 Aug, 2019 2 commits
  7. 01 Aug, 2019 1 commit
  8. 30 Jul, 2019 1 commit
  9. 24 Jul, 2019 1 commit
  10. 23 Jul, 2019 1 commit
  11. 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
  12. 20 Jun, 2019 1 commit
  13. 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
  14. 14 Jun, 2019 1 commit
  15. 06 Jun, 2019 2 commits
  16. 05 Jun, 2019 1 commit
  17. 03 Jun, 2019 2 commits
  18. 31 May, 2019 2 commits
  19. 29 May, 2019 1 commit
  20. 28 May, 2019 1 commit
  21. 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
  22. 23 May, 2019 1 commit
  23. 22 May, 2019 1 commit
  24. 15 May, 2019 2 commits
  25. 10 May, 2019 2 commits
  26. 30 Apr, 2019 1 commit
  27. 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
  28. 24 Apr, 2019 2 commits
  29. 17 Apr, 2019 1 commit
    • Shining Sun's avatar
      Added unit tests keras cifar and imagenet (#6535) · 2ae6d37a
      Shining Sun authored
      * before moving test cases to the base class
      
      * Added tests for keras cifar and keras imagenet
      
      * fix cifar10_test
      
      * add blank lines
      
      * fix lint errors
      
      * fix lint
      
      * Resolve comments
      
      * Modified two resnet keras tests
      
      * Tests passed
      
      * Remove keras_test_base
      
      * Remove gpu from the no-dist tests
      2ae6d37a
  30. 12 Apr, 2019 1 commit
  31. 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