1. 11 May, 2018 1 commit
  2. 02 May, 2018 3 commits
  3. 01 May, 2018 10 commits
    • pkulzc's avatar
      Internal changes to slim and object detection (#4100) · 505f554c
      pkulzc authored
      * Adding option for one_box_for_all_classes to the box_predictor
      
      PiperOrigin-RevId: 192813444
      
      * Extend to accept different ratios of conv channels.
      
      PiperOrigin-RevId: 192837477
      
      * Remove inaccurate caveat from proto file.
      
      PiperOrigin-RevId: 192850747
      
      * Add option to set dropout for classification net in weight shared box predictor.
      
      PiperOrigin-RevId: 192922089
      
      * fix flakiness in testSSDRandomCropWithMultiClassScores due to randomness.
      
      PiperOrigin-RevId: 193067658
      
      * Post-process now works again in train mode.
      
      PiperOrigin-RevId: 193087707
      
      * Adding support for reading in logits as groundtruth labels and applying an optional temperature (scaling) before softmax in support of distillation.
      
      PiperOrigin-RevId: 193119411
      
      * Add a util function to visualize value histogram as a tf.summary.image.
      
      PiperOrigin-RevId: 193137342
      
      * Do not add batch norm parameters to final conv2d ops that predict boxes encodings and class scores in weight shared conv box predictor.
      
      This allows us to set proper bias and force initial predictions to be background when using focal loss.
      
      PiperOrigin-RevId: 193204364
      
      * Make sure the final layers are also resized proportional to conv_depth_ratio.
      
      PiperOrigin-RevId: 193228972
      
      * Remove deprecated batch_norm_trainable field from ssd mobilenet v2 config
      
      PiperOrigin-RevId: 193244778
      
      * Updating coco evaluation metrics to allow for a batch of image info, rather than a single image.
      
      PiperOrigin-RevId: 193382651
      
      * Update protobuf requirements to 3+ in installation docs.
      
      PiperOrigin-RevId: 193409179
      
      * Add support for training keypoints.
      
      PiperOrigin-RevId: 193576336
      
      * Fix data augmentation functions.
      
      PiperOrigin-RevId: 193737238
      
      * Read the default batch size from config file.
      
      PiperOrigin-RevId: 193959861
      
      * Fixing a bug in the coco evaluator.
      
      PiperOrigin-RevId: 193974479
      
      * num_gt_boxes_per_image and num_det_boxes_per_image value incorrect.
      Should be not the expand dim.
      
      PiperOrigin-RevId: 194122420
      
      * Add option to evaluate any checkpoint (without requiring write access to that directory and overwriting any existing logs there).
      
      PiperOrigin-RevId: 194292198
      
      * PiperOrigin-RevId: 190346687
      
      * - Expose slim arg_scope function to compute keys to enable tessting.
      - Add is_training=None option to mobinenet arg_scopes. This allows the users to set is_training from an outer scope.
      
      PiperOrigin-RevId: 190997959
      
      * Add an option to not set slim arg_scope for batch_norm is_training parameter. This enables users to set the is_training parameter from an outer scope.
      
      PiperOrigin-RevId: 191611934
      
      * PiperOrigin-RevId: 191955231
      
      * PiperOrigin-RevId: 193254125
      
      * PiperOrigin-RevId: 193371562
      
      * PiperOrigin-RevId: 194085628
      505f554c
    • Taylor Robie's avatar
      catch cpuinfo ImportError (#4138) · 5c78b9d7
      Taylor Robie authored
      * catch cpuinfo ImportError
      
      * add psutil import catch
      
      * fix typo
      5c78b9d7
    • Mark Daoust's avatar
      Merge pull request #4136 from asimshankar/ipy-18 · 369d1981
      Mark Daoust authored
      [samples/core/get_starter/eager]: Update with API simplifications in 1.8
      369d1981
    • Asim Shankar's avatar
    • Vincent Vanhoucke's avatar
      Merge pull request #4135 from vincentvanhoucke/master · 3bdc4773
      Vincent Vanhoucke authored
      Add marco model: automating the evaluation of crystallization experiments
      3bdc4773
    • Vincent Vanhoucke's avatar
      9de4acd5
    • Vincent Vanhoucke's avatar
      Add marco subdirectory to README.md · 54d46209
      Vincent Vanhoucke authored
      54d46209
    • Vincent Vanhoucke's avatar
      Create request.json · a69fd0a2
      Vincent Vanhoucke authored
      a69fd0a2
    • Vincent Vanhoucke's avatar
      Create jpeg2json.py · c13e57bd
      Vincent Vanhoucke authored
      c13e57bd
    • Vincent Vanhoucke's avatar
      Fix width / height. · d0905286
      Vincent Vanhoucke authored
      d0905286
  4. 30 Apr, 2018 6 commits
  5. 29 Apr, 2018 2 commits
  6. 27 Apr, 2018 2 commits
    • Qianli Scott Zhu's avatar
      Minor update the resnet runloop. (#4113) · 7f351c62
      Qianli Scott Zhu authored
      1. trainning hooks and train/eval function does not need to be
      declared several times.
      2. change to use tf.logging.info instead of print
      3. Show the current index and total count of training cycle, which
      give user some hint about where they are in the whole process.
      7f351c62
    • Ilya Mironov's avatar
      Two new plot-generating scripts and changes in support of the ICLR poster. (#4092) · e6082458
      Ilya Mironov authored
      * + plot_partition.py (budget allocation with smooth sensitivity).
      + utility_queries_answered.py (Figure 1, left).
      + several changes to the scripts required for the ICLR poster.
      
      * Adding Ananth Raghunathan (pseudorandom@) to the list of owners of differential_privacy.
      
      * Fixing the owners list of differential_privacy.
      e6082458
  7. 26 Apr, 2018 4 commits
  8. 25 Apr, 2018 4 commits
  9. 23 Apr, 2018 1 commit
  10. 20 Apr, 2018 4 commits
  11. 19 Apr, 2018 3 commits