1. 09 Apr, 2018 1 commit
  2. 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
  3. 02 Apr, 2018 1 commit
  4. 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
  5. 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
  6. 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
  7. 22 Mar, 2018 5 commits
  8. 21 Mar, 2018 1 commit
  9. 20 Mar, 2018 4 commits
  10. 19 Mar, 2018 2 commits
  11. 16 Mar, 2018 1 commit
  12. 15 Mar, 2018 2 commits
  13. 14 Mar, 2018 1 commit
  14. 13 Mar, 2018 2 commits
  15. 12 Mar, 2018 3 commits
  16. 06 Mar, 2018 1 commit
  17. 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
  18. 02 Mar, 2018 1 commit
  19. 01 Mar, 2018 1 commit
    • Karmel Allison's avatar
      Multi-GPU Resnet (#3472) · a41f00ac
      Karmel Allison authored
      * Refactor and use class-based model for Resnet
      
      * Linting
      
      * Cleanup
      
      * Cleanup in lieu of MNIST changes
      
      * Moving params to init function
      
      * Making learning_rate function
      
      * Testing remotely...
      
      * Testing remotely...
      
      * Testing remotely...
      
      * Testing remotely...
      
      * Testing remotely...
      
      * Respond to CR pt 1
      
      * Respond to CR pt 2
      
      * Respond to CR pt 3
      
      * Respond to CR pt 4
      
      * Adding batch norm vars in
      
      * Exclude batch norm vars as the default
      
      * Fixing CIFAR-10 naming
      
      * Adding multi-GPU code
      
      * Git rewind
      
      * Git add file
      
      * Manual revert
      
      * Fixing tests
      
      * Allowing input thread specification
      
      * Adding comments
      
      * Allowing input thread specification
      
      * Merging resnet files
      
      * Merging resnet files
      
      * Refactoring input methods to allow for Reed's improvements
      
      * Adding comments
      
      * Changing arg name
      
      * Removing contrib shuffle_and_repeat
      
      * Removing contrib shuffle_and_repeat
      
      * Removing contrib shuffle_and_repeat
      
      * Debugging
      
      * Removing with dependency on update_op
      
      * Updating comments.
      
      * Returning dataset directly
      
      * Adding newline
      
      * Adding num_gpus flag
      
      * Refining preprocessing, part 1
      
      * Refinements to preprocessing resulting from multi-GPU tests
      
      * Reviving one-hot labels
      
      * Reviving one-hot labels
      
      * Fixing label shapes
      
      * Removing epoch leftovers
      
      * Adding random flip back in
      
      * Reverting unnecessary linting of test file
      
      * Respond to CR
      
      * Respond to CR
      
      * Respond to CR
      
      * Remove conversion to float
      
      * Remove conversion to float- comment
      
      * Making means full-scale
      
      * Pulling data.take under multi_gpu flag
      
      * Pulling data.take under multi_gpu flag- Cifar
      
      * Pulling data.take under multi_gpu flag- Cifar
      
      * Removing num_gpus
      
      * Removing num_gpus
      a41f00ac
  20. 28 Feb, 2018 1 commit
  21. 16 Feb, 2018 1 commit
    • Karmel Allison's avatar
      Performance tuning image preprocessing (#3383) · 9a30bb66
      Karmel Allison authored
      * Refining preprocessing, part 1
      
      * Refinements to preprocessing resulting from multi-GPU tests
      
      * Reviving one-hot labels
      
      * Reviving one-hot labels
      
      * Fixing label shapes
      
      * Adding random flip back in
      
      * Reverting unnecessary linting of test file
      
      * Respond to CR
      
      * Respond to CR
      
      * Respond to CR
      9a30bb66
  22. 08 Feb, 2018 4 commits
  23. 07 Feb, 2018 1 commit