1. 11 May, 2018 1 commit
  2. 10 May, 2018 2 commits
  3. 09 May, 2018 3 commits
  4. 08 May, 2018 4 commits
  5. 07 May, 2018 7 commits
  6. 05 May, 2018 1 commit
  7. 04 May, 2018 5 commits
  8. 03 May, 2018 7 commits
    • Qianli Scott Zhu's avatar
      Add dataset info and hyper parameter logging for benchmark. (#4152) · eb0c0dfd
      Qianli Scott Zhu authored
      * Add dataset info and hyper parameter logging for benchmark.
      
      * Address review comments.
      
      * Address the view comment for data schema name.
      
      * Fix test cases.
      
      * Lint fix.
      eb0c0dfd
    • Jonathan Huang's avatar
      Merge pull request #4161 from pkulzc/master · 8e73530e
      Jonathan Huang authored
      Internal changes to object detection
      8e73530e
    • Zhichao Lu's avatar
      Merged commit includes the following changes: · 63054210
      Zhichao Lu authored
      195269567  by Zhichao Lu:
      
          Removing image summaries during train mode.
      
      --
      195147413  by Zhichao Lu:
      
          SSDLite config for mobilenet v2.
      
      --
      194883585  by Zhichao Lu:
      
          Simplify TPU compatible nearest neighbor upsampling using reshape and broadcasting.
      
      --
      194851009  by Zhichao Lu:
      
          Include ava v2.1 detection models in model zoo.
      
      --
      194292198  by Zhichao Lu:
      
          Add option to evaluate any checkpoint (without requiring write access to that directory and overwriting any existing logs there).
      
      --
      194122420  by Zhichao Lu:
      
          num_gt_boxes_per_image and num_det_boxes_per_image value incorrect.
          Should be not the expand dim.
      
      --
      193974479  by Zhichao Lu:
      
          Fixing a bug in the coco evaluator.
      
      --
      193959861  by Zhichao Lu:
      
          Read the default batch size from config file.
      
      --
      193737238  by Zhichao Lu:
      
          Fix data augmentation functions.
      
      --
      193576336  by Zhichao Lu:
      
          Add support for training keypoints.
      
      --
      193409179  by Zhichao Lu:
      
          Up...
      63054210
    • Taylor Robie's avatar
      Restore ResNet Distribution Strategies (#4134) · 18d05ad3
      Taylor Robie authored
      * Revert 823da318. This restores distribution strategies for resnet.
      
      This commit is not a direct revert due to significant merge conflict
      resolution.
      
      * fix flags test
      
      * npc is no longer used in resnet
      18d05ad3
    • Qianli Scott Zhu's avatar
      Remove unused imports. (#4160) · 51a2b441
      Qianli Scott Zhu authored
      51a2b441
    • Taylor Robie's avatar
      fix treatment of main() and absl flags (#4159) · 9af0aad1
      Taylor Robie authored
      * fix treatment of main() and absl flags
      
      * add mnist_eager, and delint
      
      * add mnist_eager docstring
      9af0aad1
    • Taylor Robie's avatar
      Move argparsing from builtin argparse to absl (#4099) · 5f9f6b84
      Taylor Robie authored
      * squash of modular absl usage commits
      
      * delint
      
      * address PR comments
      
      * change hooks to comma separated list, as absl behavior for space separated lists is not as expected
      5f9f6b84
  9. 02 May, 2018 5 commits
  10. 01 May, 2018 5 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...
      505f554c
    • Mark Daoust's avatar
      add buttons · 228011b6
      Mark Daoust authored
      228011b6
    • 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