1. 20 Apr, 2019 1 commit
    • Shining Sun's avatar
      Remove contrib imports, or move them inline (#6591) · 8ff9eb54
      Shining Sun authored
      * Remove contrib imports, or move them inline
      
      * Use exposed API for FixedLenFeature
      
      * Replace tf.logging with absl logging
      
      * Change GFile to v2 APIs
      
      * replace tf.logging with absl loggin in movielens
      
      * Fixing an import bug
      
      * Change gfile to v2 APIs in code
      
      * Swap to keras optimizer v2
      
      * Bug fix for optimizer
      
      * Change tf.log to tf.keras.backend.log
      
      * Change the loss function to keras loss
      
      * convert another loss to keras loss
      
      * Resolve comments and fix lint
      
      * Add a doc string
      
      * Fix existing tests and add new tests for DS
      
      * Added tests for multi-replica
      
      * Fix lint
      
      * resolve comments
      
      * make estimator run in tf2.0
      
      * use compat v1 loss
      
      * fix lint issue
      8ff9eb54
  2. 18 Apr, 2019 2 commits
  3. 17 Apr, 2019 4 commits
  4. 12 Apr, 2019 3 commits
  5. 11 Apr, 2019 2 commits
  6. 10 Apr, 2019 2 commits
  7. 08 Apr, 2019 3 commits
  8. 05 Apr, 2019 3 commits
  9. 04 Apr, 2019 2 commits
  10. 03 Apr, 2019 4 commits
  11. 02 Apr, 2019 2 commits
  12. 01 Apr, 2019 2 commits
  13. 30 Mar, 2019 2 commits
  14. 29 Mar, 2019 3 commits
  15. 28 Mar, 2019 5 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
    • Ayush Dubey's avatar
    • 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