- 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...
-
- 03 Mar, 2018 1 commit
-
-
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.
-
- 27 Nov, 2017 1 commit
-
-
joel-shor authored
1) Fix word dir 2) Fix download url
-
- 21 Sep, 2017 1 commit
-
-
Neal Wu authored
-
- 10 Aug, 2017 1 commit
-
-
derekjchow authored
-
- 31 May, 2017 1 commit
-
-
Frank Chen authored
Tested on GCE with ubuntu 16.04. Mirrors change 157536266.
-
- 27 Mar, 2017 1 commit
-
-
Neal Wu authored
-
- 27 Mar, 2016 1 commit
-
-
Linchao Zhu authored
-
- 10 Mar, 2016 1 commit
-
-
Manjunath Kudlur authored
Updated README
-
- 09 Mar, 2016 1 commit
-
-
Martin Wicke authored
-