1. 23 Mar, 2018 1 commit
  2. 16 Mar, 2018 1 commit
  3. 15 Mar, 2018 6 commits
  4. 14 Mar, 2018 1 commit
  5. 13 Mar, 2018 2 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
    • 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
  6. 09 Mar, 2018 3 commits
  7. 08 Mar, 2018 6 commits
  8. 07 Mar, 2018 1 commit
  9. 06 Mar, 2018 3 commits
  10. 05 Mar, 2018 4 commits
  11. 04 Mar, 2018 8 commits
  12. 03 Mar, 2018 1 commit
    • Scott Lowe's avatar
      BUG: Fix inception imagenet download script (#2299) · c7df5a3d
      Scott Lowe authored
      * BUG: Fix inception imagenet download script
      
      In `download_imagenet.sh`, the path to the `$SYNSETS_FILE` resource
      (imagenet_2012_validation_synset_labels.txt) was not updated to
      reflect change in directory after a `cd` earlier in the script.
      
      Fixes #682.
      
      * BUG: Fix slim imagenet download script
      
      In `download_imagenet.sh`, the path to the `$SYNSETS_FILE` resource
      (imagenet_2012_validation_synset_labels.txt) was not updated to
      reflect change in directory after a `cd` earlier in the script.
      c7df5a3d
  13. 28 Feb, 2018 3 commits