"examples/nas/classic_nas/config_nas.yml" did not exist on "61d47a4d9e51b0b5437f813ca4fa05f216d3c0e7"
  1. 20 Jun, 2019 1 commit
  2. 19 Jun, 2019 2 commits
    • 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
    • Toby Boyd's avatar
      Use PerfZeroBenchmark and log Flags. (#7052) · d3610769
      Toby Boyd authored
      d3610769
  3. 14 Jun, 2019 2 commits
  4. 13 Jun, 2019 1 commit
  5. 10 Jun, 2019 1 commit
  6. 06 Jun, 2019 3 commits
  7. 05 Jun, 2019 1 commit
  8. 03 Jun, 2019 2 commits
  9. 31 May, 2019 3 commits
  10. 29 May, 2019 1 commit
  11. 28 May, 2019 2 commits
  12. 24 May, 2019 3 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
    • Toby Boyd's avatar
      Moved common keras code to utils. (#6859) · 3254cabb
      Toby Boyd authored
      3254cabb
    • 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
  13. 23 May, 2019 3 commits
  14. 22 May, 2019 1 commit
  15. 21 May, 2019 1 commit
  16. 15 May, 2019 2 commits
  17. 10 May, 2019 5 commits
  18. 09 May, 2019 1 commit
  19. 07 May, 2019 1 commit
  20. 06 May, 2019 1 commit
  21. 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
  22. 30 Apr, 2019 1 commit
  23. 29 Apr, 2019 1 commit