1. 23 11月, 2019 4 次提交
  2. 22 11月, 2019 9 次提交
  3. 21 11月, 2019 4 次提交
  4. 20 11月, 2019 3 次提交
  5. 19 11月, 2019 4 次提交
  6. 18 11月, 2019 1 次提交
  7. 16 11月, 2019 1 次提交
  8. 15 11月, 2019 5 次提交
  9. 14 11月, 2019 6 次提交
    • Y
      Fix typo in train.py (#7805) · c59cf48d
      Yukun Zhu 提交于
      Thanks to issue raised at https://github.com/tensorflow/models/issues/7799
      c59cf48d
    • H
      Add pretrained checkpoints and TFHub links · 61aee86e
      Hongkun Yu 提交于
      PiperOrigin-RevId: 280321302
      61aee86e
    • H
      Fix segmentation fault on SSD tflite client destruction. (#7804) · 8475c0bb
      Henry 提交于
      * Fix segmentation fault on client destruction.
      
      edgetpu::EdgeTpuContext needs to be created before tflite::Interpreter
      8475c0bb
    • P
      Internal changes. · 8861a624
      Pengchong Jin 提交于
      PiperOrigin-RevId: 280262689
      8861a624
    • A
      Internal change · 13e18326
      A. Unique TensorFlower 提交于
      PiperOrigin-RevId: 280253871
      13e18326
    • M
      Merged commit includes the following changes: (#7800) · b968a6ce
      Mark Sandler 提交于
      280142968  by Zhichao Lu:
      
          Opensource MobilenetEdgeTPU + ssdlite into third-party object detection APIs on EdgeTPU.
      
      --
      280134001  by Zhichao Lu:
      
          Adds MobilenetEdgeTpu + ssdlite into internal object detection APIs on EdgeTPU.
      
      --
      278941778  by Zhichao Lu:
      
          Add support for fixed input shapes for 'encoded_image_string_tensor' and 'tf_example' inputs.
      
      --
      278933274  by Zhichao Lu:
      
            Adding fool proof check to avoid using 1x1 depthwise conv op.
      
      --
      278762192  by Zhichao Lu:
      
          Ensure correct number of iterations after training resumes.
      
      --
      278746440  by Zhichao Lu:
      
          Internal change.
      
      --
      278006953  by Zhichao Lu:
      
          Internal changes to tf.contrib symbols
      
      --
      278006330  by Zhichao Lu:
      
          Internal changes to tf.contrib symbols
      
      --
      277593959  by Zhichao Lu:
      
            Make the ssd_feature_extractor_test.py PY3 compatible. The "six.zip" will use "itertools.izip" in Python 2 and "zip" in Python 3.
      
      --
      277344551  by Zhichao Lu:
      
          Internal change.
      
      --
      277154953  by Zhichao Lu:
      
          Conditionally use keras based optimizers so that check-pointing works correctly.
          This change also enables summaries on TPU which were previously not enabled
          due to a bug.
      
      --
      277087572  by Zhichao Lu:
      
          Fix resizing boxes when using keep_aspect_ratio_rezier with padding.
      
      --
      275898543  by Zhichao Lu:
      
          Support label_map_proto as input in label_map_util.
      
      --
      275347137  by Zhichao Lu:
      
          Add force_no_resize flag in eval.proto which replaces
          the resize config with identity resizer. This is useful
          when we want to test at the original image resolution.
      
      --
      
      PiperOrigin-RevId: 280142968
      b968a6ce
  10. 13 11月, 2019 3 次提交
    • A
      Internal change · c3bd5082
      A. Unique TensorFlower 提交于
      PiperOrigin-RevId: 280123567
      c3bd5082
    • M
      Merged commit includes the following changes: (#7798) · 377c5285
      Mark Sandler 提交于
      280061731  by Sergio Guadarrama:
      
          Fix table formatting in mobilenet readme
      
      --
      280059345  by Sergio Guadarrama:
      
          Internal change
      
      PiperOrigin-RevId: 280061731
      377c5285
    • M
      Merged commit includes the following changes: (#7797) · ba87e2c6
      Mark Sandler 提交于
      279978375  by Sergio Guadarrama:
      
          Pass s=2 to the expanded_conv block so it can apply residual correctly in case of fused convolutions.  (Before it was relying on channel mismatch only)
      
      --
      279788358  by Sergio Guadarrama:
      
          Update README to add mobilenet-edgetpu details
      
      --
      279774392  by Sergio Guadarrama:
      
          Adds MobilenetV3-EdgeTpu definition.
      
      --
      278917344  by Sergio Guadarrama:
      
          Create visualwakewords dataset using slim scripts instead of custom scripts.
      
      --
      277940048  by Sergio Guadarrama:
      
          Internal changes to tf.contrib symbols
      
      --
      
      PiperOrigin-RevId: 279978375
      ba87e2c6