1. 30 Mar, 2018 9 commits
  2. 29 Mar, 2018 13 commits
  3. 28 Mar, 2018 3 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
    • Mark Sandler's avatar
      PNasNet (#3736) · 1bfe1df1
      Mark Sandler authored
      * PiperOrigin-RevId: 189857068
      
      * PiperOrigin-RevId: 190089200
      
      * Merge pull request #3702 from cclauss/from-six.moves-import-xrange-yet-again
      
      from six.moves import xrange (en masse) YET AGAIN
      
      PiperOrigin-RevId: 190255581
      
      * I Fixes bunch of model tests that were using python2 functions.
      
      II Updates mobilenet code:
      1) Mobilenet usage example
      2) Links to all checkpoints and updated README
      3) Performance graphs
      
      PiperOrigin-RevId: 190300379
      
      * PiperOrigin-RevId: 190306214
      
      * Updates notebook to reflect canonical repository location and fixes few
      variable names.
      1bfe1df1
    • 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
  4. 27 Mar, 2018 7 commits
  5. 26 Mar, 2018 5 commits
  6. 23 Mar, 2018 3 commits
    • Qianli Scott Zhu's avatar
    • 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
    • maximneumann's avatar
      Add PNASNet model. (#3707) · 8652f38d
      maximneumann authored
      8652f38d