1. 16 Oct, 2018 2 commits
  2. 10 Oct, 2018 1 commit
  3. 08 Oct, 2018 1 commit
  4. 06 Oct, 2018 1 commit
  5. 05 Oct, 2018 7 commits
  6. 04 Oct, 2018 2 commits
  7. 03 Oct, 2018 6 commits
  8. 02 Oct, 2018 3 commits
  9. 01 Oct, 2018 5 commits
  10. 30 Sep, 2018 1 commit
  11. 29 Sep, 2018 1 commit
  12. 28 Sep, 2018 2 commits
  13. 25 Sep, 2018 4 commits
    • pkulzc's avatar
      Update slim and fix minor issue in object detection (#5354) · f505cecd
      pkulzc authored
      * Merged commit includes the following changes:
      213899768  by Sergio Guadarrama:
      
          Fixes #3819.
      
      --
      213493831  by Sergio Guadarrama:
      
          Internal change
      
      212057654  by Sergio Guadarrama:
      
          Internal change
      
      210747685  by Sergio Guadarrama:
      
          For FPN, when use_depthwise is set to true, use slightly modified mobilenet v1 config.
      
      --
      210128931  by Sergio Guadarrama:
      
          Allow user-defined current_step in NASNet.
      
      --
      209092664  by Sergio Guadarrama:
      
          Add quantized fine-tuning / training / eval and export to slim image classifier binaries.
      
      --
      207651347  by Sergio Guadarrama:
      
          Update mobilenet v1 docs to include revised tflite models.
      
      --
      207165245  by Sergio Guadarrama:
      
          Internal change
      
      207095064  by Sergio Guadarrama:
      
          Internal change
      
      PiperOrigin-RevId: 213899768
      
      * Update model_lib.py to fix eval_spec name issue.
      f505cecd
    • Aman Gupta's avatar
    • Aman Gupta's avatar
      Enabling Prediction in mnist_tpu. · dfe2a43f
      Aman Gupta authored
      Right now we don't have input data for prediction. So using top 10
      entries of test data as input.
      dfe2a43f
    • Aman Gupta's avatar
      27b4acd4
  14. 24 Sep, 2018 1 commit
  15. 23 Sep, 2018 1 commit
  16. 21 Sep, 2018 2 commits
    • pkulzc's avatar
      Minor fixes for object detection. · 1f484095
      pkulzc authored
      214018767  by Zhichao Lu:
      
          Add original_image_spatial_shape tensor in input dictionary to store shape of the original input image
      
      --
      213914693  by lzc:
      
          Internal change.
      
      --
      213872175  by Zhichao Lu:
      
          This CL adds a Keras-based mobilenet_v2 feature extractor for object detection models.
      
          As part of this CL, we use the Keras mobilenet_v2 application's keyword argument layer injection API to allow the generated network to support the object detection hyperparameters.
      
      --
      213848499  by Zhichao Lu:
      
          Replace tf.image.resize_nearest_neighbor with tf.image.resize_images. tf.image.resize_nearest_neighbor only supports 4-D tensors but masks is a 3-D tensor.
      
      --
      213758622  by lzc:
      
          Internal change.
      
      --
      
      PiperOrigin-RevId: 214018767
      1f484095
    • Kevin Clark's avatar
      Added cvt_text model · e9b55413
      Kevin Clark authored
      e9b55413