1. 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
  2. 30 Apr, 2019 1 commit
  3. 29 Apr, 2019 2 commits
    • Shining Sun's avatar
      bug fix (#6695) · 0f6f656f
      Shining Sun authored
      * bug fix
      
      * bug fix
      0f6f656f
    • 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
  4. 25 Apr, 2019 1 commit
  5. 24 Apr, 2019 4 commits
  6. 17 Apr, 2019 3 commits
  7. 12 Apr, 2019 2 commits
  8. 11 Apr, 2019 1 commit
  9. 10 Apr, 2019 1 commit
  10. 08 Apr, 2019 3 commits
  11. 05 Apr, 2019 3 commits
  12. 04 Apr, 2019 2 commits
  13. 03 Apr, 2019 4 commits
  14. 02 Apr, 2019 1 commit
  15. 01 Apr, 2019 1 commit
  16. 30 Mar, 2019 1 commit
  17. 29 Mar, 2019 2 commits
  18. 28 Mar, 2019 3 commits
    • Shining Sun's avatar
      Added benchmark test and convergence test for the NCF model (#6318) · 4c11b84b
      Shining Sun authored
      * initial commit
      
      * bug fix
      
      * Move build_stats from common to keras main, because it is only applicable in keras
      
      * remove tailing blank line
      
      * add test for synth data
      
      * add kwargs to init
      
      * add kwargs to function invokation
      
      * correctly pass kwargs
      
      * debug
      
      * debug
      
      * debug
      
      * fix super init
      
      * bug fix
      
      * fix local_flags
      
      * fix import
      
      * bug fix
      
      * fix log_steps flag
      
      * bug fix
      
      * bug fix: add missing return value
      
      * resolve double-defined flags
      
      * lint fix
      
      * move log_steps flag to benchmarK flag
      
      * fix lint
      
      * lint fix
      
      * lint fix
      
      * try flag core default values
      
      * bug fix
      
      * bug fix
      
      * bug fix
      
      * debug
      
      * debug
      
      * remove debug prints
      
      * rename benchmark methods
      
      * flag bug fix for synth benchmark
      4c11b84b
    • Shining Sun's avatar
      Add a README for ResNet keras (#6293) · f5bb2af2
      Shining Sun authored
      * Initial commit
      
      * Fininshed
      
      * bug fix
      
      * bug fix
      
      * bug fix
      
      * Resolve review comments
      
      * Typo fix
      
      * resolve comments
      
      * fix number error
      
      * Resolve comments
      f5bb2af2
    • Haoyu Zhang's avatar
      Add trivial Keras model (#6460) · b09685fe
      Haoyu Zhang authored
      b09685fe
  19. 27 Mar, 2019 1 commit
  20. 26 Mar, 2019 1 commit
  21. 25 Mar, 2019 1 commit
  22. 22 Mar, 2019 1 commit