1. 23 Mar, 2018 2 commits
    • 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
    • Taylor Robie's avatar
      Arg parsing cleanup for MNIST and Wide-Deep (#3684) · 34e79348
      Taylor Robie authored
      * move wide_deep parser
      
      * move mnist parsers
      34e79348
  2. 22 Mar, 2018 5 commits
  3. 21 Mar, 2018 3 commits
  4. 20 Mar, 2018 4 commits
  5. 19 Mar, 2018 4 commits
  6. 17 Mar, 2018 1 commit
  7. 16 Mar, 2018 1 commit
  8. 15 Mar, 2018 3 commits
  9. 14 Mar, 2018 5 commits
  10. 13 Mar, 2018 5 commits
  11. 12 Mar, 2018 3 commits
  12. 06 Mar, 2018 2 commits
  13. 05 Mar, 2018 2 commits
    • Karmel Allison's avatar
      Add synthetic data option to Resnet (#3503) · 74c43aae
      Karmel Allison authored
      * Adding option to run with synthetic data.
      
      * Adding option to run with synthetic data.
      
      Adding option to run with synthetic data.
      
      Adding option to run with synthetic data.
      
      Debugging
      
      Debugging
      
      Debugging
      
      Removing dataset
      
      Removing dataset
      
      Updating comments
      
      Updating tests
      
      Updating tests
      
      Clarifying name of fn
      
      Tests
      
      * Copy pasta
      
      * Using dataset as recommended by mrry
      
      * Updating tests to use datasets
      74c43aae
    • Karmel Allison's avatar
      Revert "Support to set inter_op_parallelism_threads and... · 62f1d732
      Karmel Allison authored
      Revert "Support to set inter_op_parallelism_threads and intra_op_parallelism_threads for ResNet (#3502)" (#3518)
      
      This reverts commit ce445976.
      62f1d732