1. 21 Mar, 2018 2 commits
    • Qianli Scott Zhu's avatar
      Add session hook for benchmark metric logging. (#3672) · 4b85dab1
      Qianli Scott Zhu authored
      * Add session hook for benchmark metric logging.
      
      Current hook is very similar as the LoggingTensorHook. Some of the
      function are directly copied since the original one was not
      exposed for import. We should seek to eventually move this code to
      core when it is mature enough.
      
      * Update metric_hook to use LoggingTensorHook as base.
      
      The existing hook is similar enough to LoggingTensorHook, and
      we should eliminate duplicate as much as possible.
      
      * Address review comment.
      
      1. Update global step tensor handle.
      2. Update tests.
      3. Update document.
      
      * Update tests for py3.
      
      * Fix lint error
      4b85dab1
    • Karmel Allison's avatar
      Fixing linting for kokoro (#3676) · bea947de
      Karmel Allison authored
      bea947de
  2. 20 Mar, 2018 2 commits
  3. 19 Mar, 2018 2 commits
  4. 16 Mar, 2018 1 commit
  5. 15 Mar, 2018 1 commit
    • Yanhui Liang's avatar
      Update resnet with logging utils (#3586) · 8f63feaa
      Yanhui Liang authored
      * Update resnet with logging utils
      
      * intermediate commit
      
      * commit before rebase from master
      
      * Add tests of ExamplePerSecondHook
      
      * Done with test
      
      * Fix a style nit
      
      * Fix a style nit
      8f63feaa
  6. 14 Mar, 2018 1 commit
  7. 13 Mar, 2018 2 commits
    • Taylor Robie's avatar
      Unified arg parser (#3574) · 086d9148
      Taylor Robie authored
      Create groups of arg parsers and convert the official resnet model to
      the new arg parsers.
      086d9148
    • Yanhui Liang's avatar
      Add logging utils (#3519) · 81a34cbe
      Yanhui Liang authored
      * Adding logging utils
      
      * restore utils
      
      * delete old file
      
      * update inputs and docstrings
      
      * Update import and fix typos
      
      * Fix formatting and comments
      
      * Update tests
      81a34cbe