1. 29 Apr, 2019 5 commits
  2. 26 Apr, 2019 4 commits
    • Toby Boyd's avatar
      Combined imagenet and cifar-10 estimator tests (#6672) · acc6f6d7
      Toby Boyd authored
      * Combined imagenet and cifar-10 benchmarks
      
      * Comments and epochs_between_evals.
      
      * Added tuned tests and cleaned up benchmark flags
      
      * Fix names.
      
      * Return results and add images/sec hook.
      
      * updated doc strings for return values.
      
      * 128 to 256 batch for FP16 test
      
      * added more doc strings to fix lint.
      acc6f6d7
    • pkulzc's avatar
      Add VisualWakeWords Dataset to Slim dataset_factory (#6661) · 67c403fc
      pkulzc authored
      * Merged commit includes the following changes:
      244869387  by Sergio Guadarrama:
      
          This CL adds script/code to generate Visual WakeWords Dataset annotation files and TF records starting from COCO dataset.
      
      --
      244866660  by Sergio Guadarrama:
      
          Add VisualWakeWords Dataset to Slim dataset_factory to train MobileNets on it.
      
      --
      244836000  by Sergio Guadarrama:
      
          n/a
      
      --
      244104396  by Sergio Guadarrama:
      
          Add an option whether to enable / disable image cropping in inception_preprocessing.
      
      --
      242040128  by Sergio Guadarrama:
      
          Internal change
      
      241793677  by Sergio Guadarrama:
      
          Internal change
      
      241073081  by Sergio Guadarrama:
      
          Internal change
      
      240131189  by Sergio Guadarrama:
      
          Internal change
      
      PiperOrigin-RevId: 244869387
      
      * Merged commit includes the following changes:
      245431876  by Sergio Guadarrama:
      
          Internal cleanup
      
      --
      
      PiperOrigin-RevId: 245431876
      
      * Merged commit includes the following changes:
      245454983  by Sergio Guadarrama:
      
          Internal Cleanup
      
      --
      
      PiperOrigin-RevId: 245454983
      67c403fc
    • Ayush Dubey's avatar
      Add num_packs flag for MirroredStrategy's cross device ops. (#6676) · 4a1fba0b
      Ayush Dubey authored
      * Add num_packs flag for MirroredStrategy's cross device ops.
      
      * fix parens
      
      * Fix lint errors and make all_reduce_alg more robust.
      
      * Set default num_packs to 1
      4a1fba0b
    • Gaurav Jain's avatar
      Do not query GPU compatibility before app main (#6679) · 9b17d796
      Gaurav Jain authored
      tf.test.is_gpu_available() should not be called in flags since this is
      called before app.main() and the runtime has not yet been initialized.
      9b17d796
  3. 25 Apr, 2019 2 commits
  4. 24 Apr, 2019 9 commits
  5. 23 Apr, 2019 3 commits
  6. 22 Apr, 2019 5 commits
  7. 20 Apr, 2019 3 commits
    • Shining Sun's avatar
      Add 2-GPU benchmark for NCF (#6589) · d11aa330
      Shining Sun authored
      d11aa330
    • Shining Sun's avatar
      Remove contrib imports, or move them inline (#6591) · 8ff9eb54
      Shining Sun authored
      * Remove contrib imports, or move them inline
      
      * Use exposed API for FixedLenFeature
      
      * Replace tf.logging with absl logging
      
      * Change GFile to v2 APIs
      
      * replace tf.logging with absl loggin in movielens
      
      * Fixing an import bug
      
      * Change gfile to v2 APIs in code
      
      * Swap to keras optimizer v2
      
      * Bug fix for optimizer
      
      * Change tf.log to tf.keras.backend.log
      
      * Change the loss function to keras loss
      
      * convert another loss to keras loss
      
      * Resolve comments and fix lint
      
      * Add a doc string
      
      * Fix existing tests and add new tests for DS
      
      * Added tests for multi-replica
      
      * Fix lint
      
      * resolve comments
      
      * make estimator run in tf2.0
      
      * use compat v1 loss
      
      * fix lint issue
      8ff9eb54
    • Yukun Zhu's avatar
      colab demo update (#6616) · 139dd8e9
      Yukun Zhu authored
      139dd8e9
  8. 18 Apr, 2019 3 commits
  9. 17 Apr, 2019 6 commits