1. 30 Apr, 2018 2 commits
  2. 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
  3. 26 Apr, 2018 1 commit
  4. 19 Apr, 2018 2 commits
  5. 12 Apr, 2018 1 commit
    • Taylor Robie's avatar
      Resnet distribution strategies (#3887) · 32aa6563
      Taylor Robie authored
      * begin transfer from contrib fork
      
      more changes to resnet_run_loop
      
      use AUTOTUNE in prefetch
      
      first pass at resnet with functional distribution strategies
      
      fix syntax error
      
      delint
      
      aesthetic tweaks
      
      delint and fix typos
      
      rip multi_gpu flag out of resnet entirely. Subject to saved model load verification
      
      update cifar10 and imagenet tests to reflect that the model function no longer need to know about multi_gpu
      
      fix imagenet test
      
      start addressing PR comments
      
      more PR response work
      
      * misc tweaks
      
      * add a comment
      
      * final pr tweaks
      
      * fix parsers
      32aa6563
  6. 10 Apr, 2018 1 commit
  7. 09 Apr, 2018 1 commit
  8. 03 Apr, 2018 1 commit
    • Karmel Allison's avatar
      Rename logging directory (#3860) · a0e3604f
      Karmel Allison authored
      * Updating name of logging package to avoid overwriting Python builtin logging.
      
      * Updating name of logging package to avoid overwriting Python builtin logging.
      a0e3604f
  9. 02 Apr, 2018 1 commit
  10. 28 Mar, 2018 2 commits
    • Karmel Allison's avatar
      Add SavedModel export to Resnet (#3759) · eb73a850
      Karmel Allison authored
      * Adding export_dir and model saving for Resnet
      
      * Moving to utils for tests
      
      * Adding batch_size
      
      * Adding multi-gpu export warning
      
      * Responding to CR
      
      * Py3 compliance
      eb73a850
    • Qianli Scott Zhu's avatar
      Add benchmark upload util to Bigquery. (#3776) · 932364b6
      Qianli Scott Zhu authored
      * Add benchmark upload util to bigquery.
      
      Also update the benchmark logger and bigquery schema for the
      errors found during the integration test.
      
      * Fix lint error.
      
      * Update test to clear all the env vars during test.
      
      This was causing error since the Kokoro test has TF_PKG=tf-nightly
      injected during test.
      
      * Update lintrc to ignore google related package.
      
      * Another attempt to fix lint import error.
      
      * Address the review comment.
      
      * Fix lint error.
      
      * Another fix for lint.
      
      * Update test comment for env var clean up.
      932364b6
  11. 27 Mar, 2018 1 commit
    • Taylor Robie's avatar
      Add reference data tests to official. (#3723) · 587f5792
      Taylor Robie authored
      * Add golden test util to streamline symbolic and numerical comparison to reference graphs, and apply golden tests to ResNet.
      
      update tests
      
      use more concise logic for path property
      
      delint
      
      add some comments
      
      delint
      
      address PR comments
      
      make resnet tests more concise, and supress warning test in py2
      
      change resnet name template
      
      more shuffling of data dirs
      
      address PR comments and add tensorflow version info
      
      Remove subTest due to py2
      
      switch from tf.__version__ to tf.VERSION, and include tf.GIT_VERSION
      
      supress lint error from json load unpack
      
      * address PR comments
      
      * address PR comments
      
      * delint
      587f5792
  12. 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
  13. 22 Mar, 2018 5 commits
  14. 21 Mar, 2018 1 commit
  15. 20 Mar, 2018 4 commits
  16. 19 Mar, 2018 2 commits
  17. 16 Mar, 2018 1 commit
  18. 15 Mar, 2018 2 commits
  19. 14 Mar, 2018 1 commit
  20. 13 Mar, 2018 2 commits
  21. 12 Mar, 2018 3 commits
  22. 06 Mar, 2018 1 commit
  23. 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
  24. 02 Mar, 2018 1 commit