1. 13 Mar, 2018 7 commits
    • Mark Sandler's avatar
      Pulling internal changes to github (#3583) · 376dc8dd
      Mark Sandler authored
      * Internal change.
      
      PiperOrigin-RevId: 187042423
      
      * Internal change.
      
      PiperOrigin-RevId: 187072380
      
      * Opensource float and eight-bit fixed-point mobilenet_v1 training and eval scripts.
      
      PiperOrigin-RevId: 187106140
      
      * Initial check-in for Mobilenet V2
      
      PiperOrigin-RevId: 187213595
      
      * Allow configuring batch normalization decay and epsilon in MobileNet v1
      
      PiperOrigin-RevId: 187425294
      
      * Allow overriding NASNet model HParams.
      
      This is a change to the API that will allow users to pass in their own configs
      to the building functions, which should make these APIs much more customizable
      for end-user cases.
      
      This change removes the use_aux_head argument from the model construction
      functions, which is no longer necessary given that the use_aux_head option is
      configurable in the model config. For example, for the mobile ImageNet model,
      the auxiliary head can be disabled using:
      
      config = nasnet.mobile_imagenet_config()
      config.set_hparam('use_aux_head', 0)
      logits, endpoints = nasnet.build_nasnet_mobile(
          inputs, num_classes, config=config)
      PiperOrigin-RevId: 188617685
      
      * Automated g4 rollback of changelist 188617685
      
      PiperOrigin-RevId: 188619139
      
      * Removes spurious comment
      376dc8dd
    • Yanhui Liang's avatar
      Add logging utils (#3519) · 81a34cbe
      Yanhui Liang authored
      * Adding logging utils
      
      * restore utils
      
      * delete old file
      
      * update inputs and docstrings
      
      * Update import and fix typos
      
      * Fix formatting and comments
      
      * Update tests
      81a34cbe
    • Karmel Allison's avatar
      Update Dockerfile for GPU now that the branch has been merged (#3576) · 4c7c8fa7
      Karmel Allison authored
      * Remove cd and checkout
      
      * Updating comment
      4c7c8fa7
    • Jon Shlens's avatar
      Merge pull request #3581 from chengpohi/patch-1 · 69c75593
      Jon Shlens authored
      replace  `FLAGS.batch_size` by `images.get_shape()[0]`
      69c75593
    • Jon Shlens's avatar
      Merge pull request #3580 from supercourage/master · 36abfad3
      Jon Shlens authored
      Fix comment typos under models/research
      36abfad3
    • chengpohi's avatar
      replace `FLAGS.batch_size` by `images.get_shape()[0]` · 4a733c29
      chengpohi authored
      We can directly get `batch_size` by `images.get_shape()[0]` in `inference` method, since maybe we will not use `cifar.inputs` method to build the input.
      4a733c29
    • supercourage's avatar
      Fix comment typos under models/research · 94be38c7
      supercourage authored
      Some python files under models/research, it is wrong to use "Rather then" instead of "Rather than" in  comments.
      94be38c7
  2. 12 Mar, 2018 7 commits
  3. 10 Mar, 2018 1 commit
  4. 09 Mar, 2018 5 commits
  5. 08 Mar, 2018 8 commits
  6. 07 Mar, 2018 3 commits
  7. 06 Mar, 2018 6 commits
  8. 05 Mar, 2018 3 commits