"vscode:/vscode.git/clone" did not exist on "ba543977bf49ffcc89de0024a9296781d8dd5268"
  1. 23 Mar, 2018 1 commit
    • Qianli Scott Zhu's avatar
      Resnet benchmark logging (#3704) · b9b44f7b
      Qianli Scott Zhu authored
      * Update reset model for benchmark logging.
      
      To enable benchmark logging, just add "--hooks LoggingMetricHook"
      
      * Benchmark logger fix for resnet.
      
      1. Update default at_end to False for metric logger to avoid
      checkpoint error.
      2. Update resnet run to log final evaluation result.
      
      * Update log output for final eval_result.
      
      * Typo fix.
      
      * Unset the default value for benchmark_log_dir.
      
      Usually the benchmark should be logged to different directly for
      each run. Having a default value will hide the choice from user.
      
      * Bug fix for benchmark logger initialization.
      
      * Fix lint error.
      
      * Address the review comment.
      
      1. Update the logger to cover evaluation result.
      2. Move the flag to performance parser.
      
      * Undo the change for arg_parser.
      b9b44f7b
  2. 21 Mar, 2018 1 commit
    • 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
  3. 20 Mar, 2018 2 commits
  4. 19 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 1 commit
    • 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