1. 26 Apr, 2019 2 commits
  2. 25 Apr, 2019 2 commits
  3. 24 Apr, 2019 9 commits
    • Toby Boyd's avatar
      Add top_1 accuracy check. (#6663) · ff5cef9a
      Toby Boyd authored
      ff5cef9a
    • Shining Sun's avatar
      Added none check for output_dir (#6664) · 05b9122f
      Shining Sun authored
      * Added none check for output_dir
      
      * Change double quote to single
      05b9122f
    • André Araujo's avatar
      Latest updates from DELF code. (#6651) · 07678af8
      André Araujo authored
      * Internal change.
      
      PiperOrigin-RevId: 185564155
      
      * Fix small bug when reading DELF features when file is empty.
      A new test is added that catches this bug.
      
      PiperOrigin-RevId: 213839503
      
      * Refactors DELF example code to expose a function to create a DELF feature extractor.
      
      PiperOrigin-RevId: 241492615
      
      * Merged commit includes the following changes:
      244073180  by Andre Araujo:
      
          Internal change
      
      --
      243646498  by Andre Araujo:
      
          Detect and save bounding boxes for a list of images.
          A new proto is added, along with auxiliary read/write functions, and tests.
      
      --
      
      PiperOrigin-RevId: 244073180
      
      * Merged commit includes the following changes:
      244872693  by Andre Araujo:
      
          Small change.
      
      --
      244871213  by Andre Araujo:
      
          Small edit to DELF extractor function.
      
      --
      244790715  by Andre Araujo:
      
          internal automated change
      
      --
      244773146  by Andre Araujo:
      
          Add option to visualize extracted boxes, and change slightly model input.
      
      --
      244288992  by Andre Araujo:
      
          Script to cluster DELF features using K-means.
      
      --
      244275164  by Andre Araujo:
      
          Scripts to extract DELF features and boxes from Revisited Oxford/Paris datasets, used in Detect-to-Retrieve paper.
      
      --
      
      PiperOrigin-RevId: 244872693
      
      * Merged commit includes the following changes:
      
      PiperOrigin-RevId: 244876167
      
      * Updates instructions to include new released models, instructions for DELF and detector extraction, etc.
      
      * Small fix
      
      * Merged commit includes the following changes:
      244909336  by Andre Araujo:
      
          Update to DELF config example to use latest model.
      
      --
      
      PiperOrigin-RevId: 244909336
      
      * Revert "Merged commit includes the following changes:"
      
      This reverts commit f41be9f159330f62846d5d8b3d3d5d55cd1874f4.
      
      * Update delf_config_example model
      
      * Small edits to detection instructions
      
      * Specifying GLB location in README
      07678af8
    • Haoyu Zhang's avatar
      325dd761
    • Abhinav Sagar's avatar
      Fixed documentation typo (#6657) · 37f17256
      Abhinav Sagar authored
      37f17256
    • Yuefeng Zhou's avatar
      Update distribution_utils.py (#6615) · 98672351
      Yuefeng Zhou authored
      98672351
    • Haoyu Zhang's avatar
    • Haoyu Zhang's avatar
      Add experimental tf.data sleep tuning for better performance (#6634) · 50dfb31d
      Haoyu Zhang authored
      * Introduce a short sleep before ds.prefetch in tf.data.
      
      * Further limit dataset threads to reduce CPU contention
      
      * Tuned dataset sleep time
      
      * Rename dataset sleep flag; enable it only for Keras Graph mode
      50dfb31d
    • Yukun Zhu's avatar
      Update colab demo (#6652) · 0d76b69f
      Yukun Zhu authored
      * Update colab demo
      
      * fix typo
      0d76b69f
  4. 23 Apr, 2019 3 commits
  5. 22 Apr, 2019 5 commits
  6. 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
  7. 18 Apr, 2019 3 commits
  8. 17 Apr, 2019 7 commits
  9. 12 Apr, 2019 3 commits
  10. 11 Apr, 2019 2 commits
  11. 10 Apr, 2019 1 commit