1. 18 May, 2019 2 commits
  2. 15 May, 2019 3 commits
  3. 11 May, 2019 2 commits
  4. 10 May, 2019 5 commits
  5. 09 May, 2019 2 commits
    • Toby Boyd's avatar
      Transformer instrumented for benchmarking (#6734) · 40543869
      Toby Boyd authored
      * Add first benchmark and return stats.
      
      * Remove print statements update training steps.
      
      * Revert print T: in print statement.
      
      * Remove print(stats)
      
      * add 2 gpu accuracy test for base.
      
      * Fixed total_batch_size when using gpu + gFile deprecations.
      
      * 8 GPU test name fix
      
      * Add 4 and 8 GPU tests.
      
      * typo fixes.
      
      * Clean up test names and methods.
      
      * bleu uncased.  docstring format fix.
      40543869
    • Haoyu Zhang's avatar
      Use TensorFlow ops for Keras LearningRateSchedule (#6739) · 9d38e894
      Haoyu Zhang authored
      * Add learning rate tensor. This makes training slower
      
      * Improve LearningRateSchedule with better efficiency
      
      * Fix lint error
      
      * Replace constant definition with existing one
      9d38e894
  6. 08 May, 2019 1 commit
  7. 07 May, 2019 2 commits
  8. 06 May, 2019 1 commit
  9. 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
  10. 03 May, 2019 1 commit
  11. 02 May, 2019 1 commit
  12. 01 May, 2019 1 commit
    • Reed's avatar
      Add --fp16_implementation option. (#6703) · b691578c
      Reed authored
      This options allows the new tf.train.experimental.enable_mixed_precision_graph_rewrite() function to be used for fp16, instead of manual casts.
      b691578c
  13. 30 Apr, 2019 1 commit
  14. 29 Apr, 2019 5 commits
  15. 26 Apr, 2019 3 commits
  16. 25 Apr, 2019 2 commits
  17. 24 Apr, 2019 6 commits
  18. 23 Apr, 2019 1 commit