- 22 Mar, 2018 1 commit
-
-
Smit Shilu authored
Filename was wrong
-
- 13 Mar, 2018 1 commit
-
-
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...
-
- 05 Mar, 2018 1 commit
-
-
cclauss authored
-
- 27 Feb, 2018 3 commits
-
-
pkulzc authored
* Merged commit includes the following changes: 186565198 by Sergio Guadarrama: Applied random_hsv_in_yiq in inception_preprocessing. -- 186501039 by Sergio Guadarrama: Applied random_hsv_in_yiq in inception_preprocessing. -- 186013907 by Sergio Guadarrama: Internal change 185715309 by Sergio Guadarrama: Obviates the need for prepadding on mobilenet v1 and v2 for fully convolutional models. -- 184266252 by Sergio Guadarrama: Give build_nasnet_*() functions an optional flag use_aux_head, and add an internal-only arg scope to NasNetA*Cell._apply_drop_path(). -- 183865228 by Sergio Guadarrama: Internal change 179580924 by Sergio Guadarrama: Internal change 177320302 by Sergio Guadarrama: Internal change 177130184 by Sergio Guadarrama: Make slim nets tests faster by using smaller examples of oversized inputs. -- 176965289 by Sergio Guadarrama: Internal change... -
Suharsh Sivakumar authored
-
Suharsh Sivakumar authored
-
- 26 Feb, 2018 1 commit
-
-
Suharsh Sivakumar authored
-
- 20 Jan, 2018 1 commit
-
-
cclauss authored
-
- 21 Nov, 2017 2 commits
- 20 Nov, 2017 2 commits
- 15 Nov, 2017 1 commit
-
-
Martin Kersner authored
tf.contrib.framework.get_or_create_global_step -> tf.train.get_or_create_global_step
-
- 02 Nov, 2017 1 commit
-
-
Jon Shlens authored
Fix nasnet image classification and object detection by moving the option to turn ON or OFF batch norm training into it's own arg_scope used only by detection
-
- 30 Oct, 2017 5 commits
-
-
Sergio Guadarrama authored
-
Sergio Guadarrama authored
-
Sergio Guadarrama authored
PiperOrigin-RevId: 173823563
-
Barret Zoph authored
Add __init__.py file in nasnet directory.
-
Barret Zoph authored
Remove google3 dependency on opensourced NASNet.
-
- 29 Oct, 2017 1 commit
-
-
Sergio Guadarrama authored
-
- 28 Oct, 2017 1 commit
-
-
Sergio Guadarrama authored
Includes new gan nets. Inclues new NasNet models. PiperOrigin-RevId: 173772097
-
- 22 Sep, 2017 1 commit
-
-
David Andersen authored
-
- 21 Sep, 2017 1 commit
-
-
Neal Wu authored
-