1. 07 Aug, 2018 1 commit
  2. 04 Aug, 2018 1 commit
  3. 03 Aug, 2018 4 commits
  4. 02 Aug, 2018 15 commits
  5. 01 Aug, 2018 6 commits
    • Raymond Yuan's avatar
      update gitignore and title · 4e0445c4
      Raymond Yuan authored
      4e0445c4
    • Raymond Yuan's avatar
      update for pr changes · 4175b020
      Raymond Yuan authored
      4175b020
    • pkulzc's avatar
      Refactor object detection box predictors and fix some issues with model_main. (#4965) · 02a9969e
      pkulzc authored
      * Merged commit includes the following changes:
      206852642  by Zhichao Lu:
      
          Build the balanced_positive_negative_sampler in the model builder for FasterRCNN. Also adds an option to use the static implementation of the sampler.
      
      --
      206803260  by Zhichao Lu:
      
          Fixes a misplaced argument in resnet fpn feature extractor.
      
      --
      206682736  by Zhichao Lu:
      
          This CL modifies the SSD meta architecture to support both Slim-based and Keras-based box predictors, and begins preparation for Keras box predictor support in the other meta architectures.
      
          Concretely, this CL adds a new `KerasBoxPredictor` base class and makes the meta architectures appropriately call whichever box predictors they are using.
      
          We can switch the non-ssd meta architectures to fully support Keras box predictors once the Keras Convolutional Box Predictor CL is submitted.
      
      --
      206669634  by Zhichao Lu:
      
          Adds an alternate m...
      02a9969e
    • Raymond Yuan's avatar
      Added github and colab links (#4972) · d135ed9c
      Raymond Yuan authored
      * nst colab
      
      * downloaded py filed
      
      * Removed text. Use gdoc for reviewing text, py for code
      
      * update ipynb
      
      * Removed google3 imports and added images
      
      * nst update images
      
      * final updates
      
      * add github and colab links
      
      * removed py file again
      d135ed9c
    • Reed's avatar
      Remove redundant flatten layers. (#4964) · d64bcfe3
      Reed authored
      The output of an embeddding layer is already flattened, so the Flatten layers acted as no-ops.
      d64bcfe3
    • Wolff Dobson's avatar
      Merge pull request #4945 from tensorflow/MarkDaoust-patch-2 · cde1693e
      Wolff Dobson authored
      Update overfit_and_underfit.ipynb
      cde1693e
  6. 31 Jul, 2018 13 commits