1. 03 May, 2018 4 commits
  2. 02 May, 2018 2 commits
  3. 01 May, 2018 1 commit
  4. 30 Apr, 2018 4 commits
  5. 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
  6. 26 Apr, 2018 1 commit
  7. 23 Apr, 2018 1 commit
  8. 20 Apr, 2018 1 commit
  9. 19 Apr, 2018 2 commits
  10. 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
  11. 11 Apr, 2018 1 commit
  12. 10 Apr, 2018 6 commits
  13. 09 Apr, 2018 1 commit
  14. 06 Apr, 2018 2 commits
  15. 04 Apr, 2018 1 commit
  16. 03 Apr, 2018 3 commits
  17. 02 Apr, 2018 2 commits
  18. 29 Mar, 2018 1 commit
  19. 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
  20. 27 Mar, 2018 3 commits
    • Qianli Scott Zhu's avatar
      Update the importing logic for cpuinfo and psutil. (#3781) · 03781c74
      Qianli Scott Zhu authored
      * Update the importing logic for cpuinfo and psutil.
      
      Those two libs are usually not installed by default, and we should
      not force people to install them if they just want to run resnet.
      
      * Add pylint warning suppression.
      03781c74
    • Katherine Wu's avatar
      (Lint) Fix line 187 (#3782) · 092c9662
      Katherine Wu authored
      092c9662
    • 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