1. 28 Mar, 2018 1 commit
    • Mark Sandler's avatar
      PNasNet (#3736) · 1bfe1df1
      Mark Sandler authored
      * PiperOrigin-RevId: 189857068
      
      * PiperOrigin-RevId: 190089200
      
      * Merge pull request #3702 from cclauss/from-six.moves-import-xrange-yet-again
      
      from six.moves import xrange (en masse) YET AGAIN
      
      PiperOrigin-RevId: 190255581
      
      * I Fixes bunch of model tests that were using python2 functions.
      
      II Updates mobilenet code:
      1) Mobilenet usage example
      2) Links to all checkpoints and updated README
      3) Performance graphs
      
      PiperOrigin-RevId: 190300379
      
      * PiperOrigin-RevId: 190306214
      
      * Updates notebook to reflect canonical repository location and fixes few
      variable names.
      1bfe1df1
  2. 23 Mar, 2018 1 commit
  3. 13 Mar, 2018 1 commit
    • 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
  4. 26 Feb, 2018 1 commit
  5. 28 Oct, 2017 1 commit
  6. 23 Sep, 2017 1 commit
  7. 22 Sep, 2017 1 commit
  8. 21 Sep, 2017 1 commit
  9. 12 Sep, 2017 1 commit
    • Jonathan R. Williford's avatar
      Reference evaluation loop example. (#2371) · 78bb025c
      Jonathan R. Williford authored
      In order to help address issue #5987, I'm adding references to the evaluation loop example. I'm also making it more obvious that this is not the main TF-Slim page and adding another reference to that page in the introductory paragraph.
      78bb025c
  10. 10 Aug, 2017 1 commit
  11. 14 Jul, 2017 1 commit
  12. 06 Jul, 2017 3 commits
  13. 03 Jul, 2017 1 commit
  14. 22 Jun, 2017 1 commit
  15. 20 Jun, 2017 1 commit
  16. 14 Jun, 2017 2 commits
  17. 25 Apr, 2017 1 commit
  18. 27 Mar, 2017 1 commit
  19. 16 Mar, 2017 1 commit
  20. 16 Jan, 2017 1 commit
  21. 18 Nov, 2016 1 commit
    • Alex Kurakin's avatar
      Updating README.md · ea207d8a
      Alex Kurakin authored
      Adding list of maintainers
      Changing model links to point to tensorflow/models repository.
      ea207d8a
  22. 15 Nov, 2016 1 commit
  23. 10 Nov, 2016 1 commit
  24. 31 Oct, 2016 1 commit
  25. 11 Sep, 2016 1 commit
  26. 10 Sep, 2016 1 commit
  27. 30 Aug, 2016 3 commits
  28. 27 Aug, 2016 1 commit