1. 01 Jun, 2018 2 commits
    • Qianli Scott Zhu's avatar
      Add new test ID and test env info to the benchmark run. (#4426) · d2d6ab4c
      Qianli Scott Zhu authored
      * Add new test ID and test env info to the benchmark run.
      
      * Fix test.
      
      * Fix lint
      
      * Address review comment.
      d2d6ab4c
    • Qianli Scott Zhu's avatar
      Record the status for a benchmark run. (#4402) · 47c5642e
      Qianli Scott Zhu authored
      * Update benchmark logger to update the run status.
      
      This is important for streaming upload to bigquery so that the
      dashboard can ignore the 'running' benchmark at the moment since
      its not finished yet.
      
      * Move the run status into a separate table.
      
      Also update the run status in the benchmark uploader and
      BigqueryBenchmarkLogger.
      
      * Insert instead of update for the benchmark status for file logger.
      
      * Address review comments.
      
      Update the logger to have benchmark context, which will update the
      run status accordingly.
      
      * Fix broken tests.
      
      * Move the benchmark logger context to main function.
      
      * Fix tests.
      
      * Update the rest of the models to use the context in main.
      
      * Delint.
      47c5642e
  2. 31 May, 2018 1 commit
  3. 30 May, 2018 2 commits
  4. 29 May, 2018 1 commit
  5. 25 May, 2018 3 commits
  6. 24 May, 2018 1 commit
  7. 23 May, 2018 1 commit
  8. 22 May, 2018 1 commit
    • Yanhui Liang's avatar
      Add recommendation model (#4175) · 81d77669
      Yanhui Liang authored
      * Add recommendation model
      
      * Fix pylints check error
      
      * Rename file
      
      * Address comments, update input pipeline, and add distribution strategy
      
      * Fix import error
      
      * Address more comments
      
      * Fix lints
      81d77669
  9. 18 May, 2018 2 commits
  10. 17 May, 2018 1 commit
    • Qianli Scott Zhu's avatar
      Fix resnet missing layers. (#4254) · 493d7a2e
      Qianli Scott Zhu authored
      * Fix resnet missing layers.
      
      The official v1 model contains BN and Relu between input layer and
      pooling.
      
      * Remove the BN and Relu for V2.
      
      After some discussion with team and refer to existing
      implementation, those two layer seems to be only useful in V1.
      In V2, the first unit of the block will have a projection, that
      apply the BN and Relu for the shortcut. Adding a comment to make
      this clear.
      
      * Expand the comment section.
      
      * Remove the pre-trained checkpoint since its broken right now.
      
      Will restore it once we have new checkpoint generated.
      493d7a2e
  11. 15 May, 2018 1 commit
  12. 11 May, 2018 3 commits
  13. 10 May, 2018 1 commit
  14. 09 May, 2018 2 commits
  15. 08 May, 2018 1 commit
  16. 04 May, 2018 1 commit
    • Taylor Robie's avatar
      Rename --version or --resnet_version (#4165) · 5be3c064
      Taylor Robie authored
      * rename --version flag and fix tests to correctly specify version rather than verbosity
      
      * rename version to resnet_version throughout
      
      * fix bugs
      
      * delint
      
      * missed layer_test
      
      * fix indent
      5be3c064
  17. 03 May, 2018 5 commits
  18. 02 May, 2018 2 commits
  19. 01 May, 2018 1 commit
  20. 30 Apr, 2018 4 commits
  21. 27 Apr, 2018 1 commit
    • Qianli Scott Zhu's avatar
      Minor update the resnet runloop. (#4113) · 7f351c62
      Qianli Scott Zhu authored
      1. trainning hooks and train/eval function does not need to be
      declared several times.
      2. change to use tf.logging.info instead of print
      3. Show the current index and total count of training cycle, which
      give user some hint about where they are in the whole process.
      7f351c62
  22. 26 Apr, 2018 1 commit
  23. 23 Apr, 2018 1 commit
  24. 20 Apr, 2018 1 commit