- 23 Mar, 2018 1 commit
-
-
Raphael Zumer authored
-
- 16 Mar, 2018 1 commit
-
-
joel-shor authored
-
- 15 Mar, 2018 6 commits
- 14 Mar, 2018 1 commit
-
-
hsm207 authored
-
- 13 Mar, 2018 2 commits
-
-
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 -
supercourage authored
Some python files under models/research, it is wrong to use "Rather then" instead of "Rather than" in comments.
-
- 09 Mar, 2018 3 commits
-
-
Chris Shallue authored
PiperOrigin-RevId: 188503988
-
Chris Shallue authored
PiperOrigin-RevId: 188502535
-
yukun authored
-
- 08 Mar, 2018 6 commits
-
-
Zhichao Lu authored
PiperOrigin-RevId: 188251743
-
Zhichao Lu authored
PiperOrigin-RevId: 188246588
-
Zhichao Lu authored
Add FAQ to object detection and replace tf.contrib.slim.tfexample_decoder.BackupHandler with object_detection.data_decoders.tf_example_decoder.BackupHandler. PiperOrigin-RevId: 188191275
-
Zhichao Lu authored
PiperOrigin-RevId: 188061451
-
Zhichao Lu authored
PiperOrigin-RevId: 187941168
-
Zhichao Lu authored
Modify the preprocessor proto and preprocessor_builder to match the arguments of the ssd_random_crop_pad_fixed_aspect_ratio preprocessor method. PiperOrigin-RevId: 187877915
-
- 07 Mar, 2018 1 commit
-
-
MTDzi authored
-
- 06 Mar, 2018 3 commits
- 05 Mar, 2018 4 commits
-
-
yukun authored
-
cclauss authored
-
Chris Shallue authored
PiperOrigin-RevId: 187887326
-
Chris Shallue authored
PiperOrigin-RevId: 187400242
-
- 04 Mar, 2018 8 commits
-
-
Zhichao Lu authored
PiperOrigin-RevId: 187744580
-
Zhichao Lu authored
PiperOrigin-RevId: 187693682
-
Zhichao Lu authored
PiperOrigin-RevId: 187677107
-
Zhichao Lu authored
Replace the kernel error message with op error message. https://github.com/tensorflow/tensorflow/pull/16890 added a new check in the op. PiperOrigin-RevId: 187665000
-
Zhichao Lu authored
PiperOrigin-RevId: 187527188
-
Zhichao Lu authored
PiperOrigin-RevId: 187432991
-
Zhichao Lu authored
Updating trainer so that train config parameter `load_all_detection_checkpoint_vars` is used in restore_map. PiperOrigin-RevId: 187403903
-
Zhichao Lu authored
PiperOrigin-RevId: 187397387
-
- 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.
-
- 28 Feb, 2018 3 commits
-
-
Christopher Shallue authored
-
Christopher Shallue authored
-
Christopher Shallue authored
-