1. 21 Oct, 2019 1 commit
    • pkulzc's avatar
      Merged commit includes the following changes: (#7690) · 6766e6dd
      pkulzc authored
      275538818  by Sergio Guadarrama:
      
          Support grayscale input images in Slim model training
      
      --
      275355841  by Sergio Guadarrama:
      
          Fixed cases where tf.TensorShape was constructed with float dimensions
      
          This is a prerequisite for making TensorShape and Dimension more strict
          about the types of their arguments.
      
      --
      275131829  by Sergio Guadarrama:
      
          updates mobilenet/README.md to be github compatible adds V2+ reference to mobilenet_v1.md file and fixes invalid markdown
      
      --
      
      PiperOrigin-RevId: 275538818
      6766e6dd
  2. 17 Jan, 2019 1 commit
    • pkulzc's avatar
      Merged commit includes the following changes: (#6062) · dcf52aab
      pkulzc authored
      228203246  by Sergio Guadarrama:
      
          Add a write text graphdef option.
      
      --
      226110161  by Sergio Guadarrama:
      
          Add license to i3d/s3dg and tests.
      
      --
      226074013  by Sergio Guadarrama:
      
          Network definitions for I3D and S3D-G.
      
      --
      224394404  by Sergio Guadarrama:
      
          Add video model option for exported inference graphs.
      
      --
      224220779  by Sergio Guadarrama:
      
          Internal change
      
      223589268  by Sergio Guadarrama:
      
          Internal change
      
      PiperOrigin-RevId: 228203246
      dcf52aab
  3. 26 Jul, 2018 1 commit
    • Chenxi Liu's avatar
      Internal changes including PNASNet-5 mobile (#4895) · 696b69a4
      Chenxi Liu authored
      * PiperOrigin-RevId: 201234832
      
      * PiperOrigin-RevId: 202507333
      
      * PiperOrigin-RevId: 204320344
      
      * Add PNASNet-5 mobile network model and cell structure.
      
      PiperOrigin-RevId: 204735410
      
      * Add option to customize individual projection layer activation.
      
      PiperOrigin-RevId: 204776951
      696b69a4
  4. 23 Mar, 2018 1 commit
  5. 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
  6. 28 Oct, 2017 1 commit
  7. 21 Sep, 2017 1 commit
  8. 06 Jul, 2017 1 commit
  9. 28 Jun, 2017 1 commit
  10. 14 Jun, 2017 1 commit
  11. 11 Apr, 2017 1 commit
  12. 15 Nov, 2016 1 commit
  13. 30 Aug, 2016 1 commit