"vscode:/vscode.git/clone" did not exist on "83b340e371a0151c9fdefac9f07e0f89ba5e6c37"
  1. 17 Jul, 2020 1 commit
  2. 14 May, 2020 2 commits
  3. 25 Apr, 2020 2 commits
  4. 01 Apr, 2020 1 commit
  5. 16 Mar, 2020 1 commit
  6. 12 Mar, 2020 1 commit
  7. 05 Mar, 2020 1 commit
  8. 25 Feb, 2020 1 commit
  9. 24 Feb, 2020 1 commit
  10. 21 Feb, 2020 1 commit
  11. 14 Feb, 2020 1 commit
  12. 23 Jan, 2020 1 commit
  13. 14 Jan, 2020 1 commit
  14. 09 Jan, 2020 1 commit
  15. 05 Dec, 2019 3 commits
  16. 25 Nov, 2019 1 commit
  17. 21 Nov, 2019 1 commit
  18. 14 Nov, 2019 1 commit
  19. 28 Oct, 2019 1 commit
  20. 04 Oct, 2019 1 commit
  21. 09 Sep, 2019 1 commit
  22. 04 Sep, 2019 1 commit
  23. 03 Sep, 2019 1 commit
  24. 30 Aug, 2019 1 commit
  25. 26 Aug, 2019 1 commit
  26. 20 Aug, 2019 1 commit
  27. 19 Aug, 2019 1 commit
  28. 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
  29. 09 Aug, 2019 1 commit
  30. 05 Aug, 2019 1 commit
  31. 23 Jul, 2019 1 commit
  32. 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
  33. 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
  34. 20 Jun, 2019 1 commit
  35. 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
  36. 14 Jun, 2019 1 commit