1. 17 Apr, 2019 7 commits
  2. 12 Apr, 2019 3 commits
  3. 11 Apr, 2019 2 commits
  4. 10 Apr, 2019 2 commits
  5. 08 Apr, 2019 5 commits
  6. 05 Apr, 2019 3 commits
  7. 04 Apr, 2019 2 commits
  8. 03 Apr, 2019 4 commits
  9. 02 Apr, 2019 2 commits
  10. 01 Apr, 2019 2 commits
  11. 30 Mar, 2019 2 commits
  12. 29 Mar, 2019 4 commits
  13. 28 Mar, 2019 2 commits
    • Yuefeng Zhou's avatar
      Scale up learning rate according to num workers in Estimator imagenet models. (#6472) · 76300c26
      Yuefeng Zhou authored
      * Move distribution strategy creation before creating any ops, which is
      required by multi-node collective ops in eager mode.
      
      * Scale up learning rate according to num workers in ResNet50 w/
      Estimator.
      
      * Scale up LR in cifar.
      
      * Fix a typo.
      
      * Add num_workers to run param as well. Make num_worker optional in
      params.
      76300c26
    • 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