"examples/vscode:/vscode.git/clone" did not exist on "928248d706ead8250cb190878b04a4d38cc67a4d"
- 24 Feb, 2018 1 commit
-
-
Neal Wu authored
-
- 22 Feb, 2018 8 commits
-
-
Andrew M Dai authored
Fix github issue #3269 where the accuracy is wrongly underestimated for binary classification and build issue #2784
-
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
-
Mark Daoust authored
Fix license text
-
Mark Daoust authored
-
Jakub Arnold authored
Seems like it was changed accidentally as it is different than any of the other files.
-
Andrew M. Dai authored
-
Andrew M. Dai authored
-
Andrew M. Dai authored
PiperOrigin-RevId: 186541910
-
- 21 Feb, 2018 1 commit
-
-
Jonathan Huang authored
Internal changes for object detection.
-
- 20 Feb, 2018 3 commits
-
-
derekjchow authored
Fix PythonPath dependencies
-
Andrew M. Dai authored
PiperOrigin-RevId: 186265033
-
Andrew M Dai authored
Merging in improvements and fixes to adversarial_text
-
- 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 12 commits
-
-
Andrew M. Dai authored
-
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
-
Asim Shankar authored
MNIST: Eager execution.
-
Asim Shankar authored
-
Asim Shankar authored
-
- 16 Feb, 2018 5 commits
-
-
Asim Shankar authored
-
Asim Shankar authored
-
Asim Shankar authored
-
Asim Shankar authored
Add an example showing how to train the MNIST model with eager execution enabled. (This change requires changes to TensorFlow made after the 1.6 release branch was cut, i.e., will require a build from source or TensorFlow 1.7+)
-
Karmel Allison authored
* Refining preprocessing, part 1 * Refinements to preprocessing resulting from multi-GPU tests * Reviving one-hot labels * Reviving one-hot labels * Fixing label shapes * Adding random flip back in * Reverting unnecessary linting of test file * Respond to CR * Respond to CR * Respond to CR
-
- 14 Feb, 2018 9 commits
-
-
Lukasz Kaiser authored
Small polishing changes to DELF code.
-
lzc5123016 authored
Sync with master.
-
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
-
Zhichao Lu authored
Add encode_background_as_zeros option to the SSDMetaArch class --- now clients have the option of encoding background targets as an all zeros vector or a one-hot vector with the 0th dimension corresponding to a background prediction. PiperOrigin-RevId: 185228281
-