- 27 Feb, 2018 3 commits
-
-
Pete Warden authored
mobilenet_v1 train and eval script and quantization support.
-
Suharsh Sivakumar authored
-
Suharsh Sivakumar authored
-
- 26 Feb, 2018 8 commits
-
-
Suharsh Sivakumar authored
-
Lukasz Kaiser authored
Corrected number of shots in research/learning_to_remember_rare_events/train.py (method Trainer.run)
-
Andrew M Dai authored
Fix extra -- when not using the bazel command line.
-
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.
-
ebrevdo authored
Delete "tutorials/rnn/translate"
-
Mark Daoust authored
-
- 24 Feb, 2018 3 commits
- 23 Feb, 2018 1 commit
-
-
Andrew M. Dai authored
PiperOrigin-RevId: 186781401
-
- 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
-