1. 26 Jul, 2018 1 commit
    • Chenxi Liu's avatar
      Internal changes including PNASNet-5 mobile (#4895) · 696b69a4
      Chenxi Liu authored
      * PiperOrigin-RevId: 201234832
      
      * PiperOrigin-RevId: 202507333
      
      * PiperOrigin-RevId: 204320344
      
      * Add PNASNet-5 mobile network model and cell structure.
      
      PiperOrigin-RevId: 204735410
      
      * Add option to customize individual projection layer activation.
      
      PiperOrigin-RevId: 204776951
      696b69a4
  2. 24 Jul, 2018 4 commits
  3. 23 Jul, 2018 20 commits
  4. 21 Jul, 2018 3 commits
  5. 20 Jul, 2018 4 commits
    • Hyungjun Lim's avatar
      Sentiment analysis implmenttion in pure Keras. (#4806) · 61ec6026
      Hyungjun Lim authored
      * Sentiment analysis implmenttion in pure Keras.
      
      - This is an update for the sentiment analysis model's pure Keras version.
      -- Converting it from the version using Tensorflow's estimator, as it has a issue that affects the accuracy of the model negatively.
      - The implementation is with the reference to paddle version.
      -- Adjustment of the hyperparameters was done to achieve the accuracy of ~90%
      
      * addressing comments
      
      * addressig comments
      
      also adding
      
      from __future__ import absolute_import
      from __future__ import division
      from __future__ import print_function
      
      for each module as it seemingly is a standard in the repo.
      
      * addressing the final comment.
      61ec6026
    • Raymond Yuan's avatar
      a3c for cartpole blogpost · 439a7edc
      Raymond Yuan authored
      439a7edc
    • achowdhery's avatar
      Update export_tflite_ssd_graph_lib.py · 8dba5924
      achowdhery authored
      Correcting comments
      8dba5924
    • achowdhery's avatar
      Update export_tflite_ssd_graph.py · 220b7e0c
      achowdhery authored
      220b7e0c
  6. 19 Jul, 2018 1 commit
  7. 18 Jul, 2018 1 commit
  8. 16 Jul, 2018 1 commit
    • Jonathan juhl's avatar
      Add files via upload · e404b51e
      Jonathan juhl authored
      processes all crystal growth images in directory and  sub directories and prints results to console, and a comma seperated file. Removes dependencies of google SDK(only dependent on tensorflow and python 2.7)
      e404b51e
  9. 13 Jul, 2018 5 commits
    • pkulzc's avatar
      Update blog link. · e2d46371
      pkulzc authored
      e2d46371
    • pkulzc's avatar
      Update README with blogpost link. · 5cd07c09
      pkulzc authored
      5cd07c09
    • Zhichao Lu's avatar
      Merged commit includes the following changes: · 85dd5fa4
      Zhichao Lu authored
      204489224  by Zhichao Lu:
      
          Modify ssd mobilenet v1 fpn config to be a bit more tolerant to OOM failure by bumping down the batch size to 64 and doubling the number of iterations to 25k. It now converges in 2.5 hours.
      
      --
      204488942  by Zhichao Lu:
      
          Internal change
      
      204480631  by Zhichao Lu:
      
          This CL makes sure that num_steps parameter are not updated to 0 if num_steps field is not mentioned in config.
      
          The default behavior for number of steps parameter for training is infinite (train forever). The default value num_steps in train.proto is 0 (for training indefinitely). However the estimator/training function expects the num_steps to be set to None to train indefinitely.
      
      --
      204437217  by Zhichao Lu:
      
          Create a Docker image to support TensorFlow Lite / Object Detection blog post.
      
      --
      204317570  by Zhichao Lu:
      
          Internal change
      
      PiperOrigin-RevId: 204489224
      85dd5fa4
    • sauercrowd's avatar
      added an explanation how to download and use the protobuf-compiler from the · b7121465
      sauercrowd authored
      github-release, in case the distribution version is not working (or the user
      is not on an ubuntu system)
      b7121465
    • sauercrowd's avatar
      6f973e53