1. 23 Mar, 2018 1 commit
  2. 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
  3. 26 Feb, 2018 1 commit
  4. 28 Oct, 2017 1 commit
  5. 23 Sep, 2017 1 commit
  6. 22 Sep, 2017 1 commit
  7. 21 Sep, 2017 1 commit
  8. 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
  9. 10 Aug, 2017 1 commit
  10. 14 Jul, 2017 1 commit
  11. 06 Jul, 2017 3 commits
  12. 03 Jul, 2017 1 commit
  13. 22 Jun, 2017 1 commit
  14. 20 Jun, 2017 1 commit
  15. 14 Jun, 2017 2 commits
  16. 25 Apr, 2017 1 commit
  17. 27 Mar, 2017 1 commit
  18. 16 Mar, 2017 1 commit
  19. 16 Jan, 2017 1 commit
  20. 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
  21. 15 Nov, 2016 1 commit
  22. 10 Nov, 2016 1 commit
  23. 31 Oct, 2016 1 commit
  24. 11 Sep, 2016 1 commit
  25. 10 Sep, 2016 1 commit
  26. 30 Aug, 2016 3 commits
  27. 27 Aug, 2016 1 commit