"test/functional_cpu_test.py" did not exist on "b29a4639f4e585a579d48b56bfe2597c9dabb86b"
- 05 Mar, 2018 1 commit
-
-
yukun authored
-
- 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 5 commits
-
-
cclauss authored
-
Zader Zheng authored
-
Andrew M. Dai authored
-
Andrew M. Dai authored
-
Andrew M. Dai 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 176585260 by Sergio Guadarrama: Internal change 176534973 by Sergio Guadarrama: Internal change 175526881 by Sergio Guadarrama: Internal change 174967704 by Sergio Guadarrama: Treat num_classes=0 same as None in a few slim nets overlooked by the recent change. -- 174443227 by Sergio Guadarrama: Internal change 174281864 by Sergio Guadarrama: Internal change 174249903 by Sergio Guadarrama: 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 -- 173954505 by Sergio Guadarrama: Merge pull request #2651 from sguada/tmp1 Fixes imports Closes #2636 ORIGINAL_AUTHOR=Jon Shlens <shlens@users.noreply.github.com> COPYBARA_INTEGRATE_REVIEW=https://github.com/tensorflow/models/pull/2636 from tensorflow:sguada-patch-1 19ff570f52df5ab655c00fb439129b201c5f2dce -- 173928094 by Sergio Guadarrama: Remove pending imports -- PiperOrigin-RevId: 186565198 * Remove internal links. -
Suharsh Sivakumar authored
-
Suharsh Sivakumar authored
-
- 26 Feb, 2018 7 commits
-
-
Suharsh Sivakumar authored
-
Andrew M. Dai authored
-
Andrew M. Dai authored
-
Andrew M. Dai authored
-
Andrew M. Dai authored
-
Andrew M. Dai authored
-
Swaroop Guntupalli authored
* ENH: Modified autoencoder to accept multilayer autoencoders * ENH: Modified autoencoder to accept multilayer autoencoders * Cleanup of commented code.
-
- 24 Feb, 2018 2 commits
- 23 Feb, 2018 1 commit
-
-
Andrew M. Dai authored
PiperOrigin-RevId: 186781401
-
- 22 Feb, 2018 4 commits
-
-
Andrew M. Dai authored
Move gen_data and gen_vocab to parent directory to prevent import madness in the open-source code. Remove unnecessary bazel dependency and documentation in README. PiperOrigin-RevId: 186638059
-
Andrew M. Dai authored
-
Andrew M. Dai authored
-
Andrew M. Dai authored
PiperOrigin-RevId: 186541910
-
- 20 Feb, 2018 1 commit
-
-
Andrew M. Dai authored
PiperOrigin-RevId: 186265033
-
- 19 Feb, 2018 1 commit
-
-
Michael Gruben-Trejo authored
Previously, code block one attempted to import `from object_detection.utils` before the `object_detection` directory was added to the PythonPath via `sys.path.append("..")`. This generated a `ModuleNotFoundError`. Accordingly, append `".."` to the PythonPath before attempting to import from `object_detection` as a module, instead of after.
-
- 17 Feb, 2018 8 commits
-
-
Andrew M. Dai authored
PiperOrigin-RevId: 185783053
-
Andrew M. Dai authored
Replace tf.contrib.framework.get_or_create_global_step() with tf.train.get_or_create_global_step() in third_party/tensorflow_models See https://www.tensorflow.org/api_docs/python/tf/contrib/framework/get_or_create_global_step and #2795 PiperOrigin-RevId: 176534973
-
Andrew M. Dai authored
PiperOrigin-RevId: 173414999
-
Andrew M. Dai authored
Add option for when there is only one label for classification, for speed. (The case for the standard datasets). PiperOrigin-RevId: 172774825
-
Andrew M. Dai authored
PiperOrigin-RevId: 172665358
-
Andrew M. Dai authored
memory and fixes the OOM errors. PiperOrigin-RevId: 172374935
-
Andrew M. Dai authored
Change logit and activation shapes to follow standard convention with batch size in the first dimension. PiperOrigin-RevId: 172172495
-
Andrew M. Dai authored
PiperOrigin-RevId: 171498799
-
- 14 Feb, 2018 6 commits
-
-
Zhichao Lu authored
PiperOrigin-RevId: 185555440
-
Zhichao Lu authored
2. Change tfexample_decoder in slim/objection_detection to accept different JPEG decompression method. Defaults to ""/None which maps to a system-specific default. Currently valid values are ["INTEGER_FAST", "INTEGER_ACCURATE"]. The hint may be ignored (e.g., the internal jpeg library changes to a version that does not have that specific option.) PiperOrigin-RevId: 185486653
-
Zhichao Lu authored
PiperOrigin-RevId: 185470191
-
Zhichao Lu authored
PiperOrigin-RevId: 185425302
-
Zhichao Lu authored
PiperOrigin-RevId: 185315101
-
Zhichao Lu authored
PiperOrigin-RevId: 185229737
-