"tests/test_runtime/test_config.py" did not exist on "4040dbdae06d9a8ae3211d24920047c6f340a3aa"
- 13 Mar, 2018 6 commits
-
-
Yanhui Liang authored
* Adding logging utils * restore utils * delete old file * update inputs and docstrings * Update import and fix typos * Fix formatting and comments * Update tests
-
Karmel Allison authored
* Remove cd and checkout * Updating comment
-
Jon Shlens authored
replace `FLAGS.batch_size` by `images.get_shape()[0]`
-
Jon Shlens authored
Fix comment typos under models/research
-
chengpohi authored
We can directly get `batch_size` by `images.get_shape()[0]` in `inference` method, since maybe we will not use `cifar.inputs` method to build the input.
-
supercourage authored
Some python files under models/research, it is wrong to use "Rather then" instead of "Rather than" in comments.
-
- 12 Mar, 2018 7 commits
-
-
Neal Wu authored
adding deeplab in readme.md file under models/research
-
Taylor Robie authored
-
Taylor Robie authored
-
yhliang2018 authored
* Adding logging utils * restore utils * delete old file * update inputs and docstrings * make /official a python module * remove /utils directory * Update readme for python path setting * Change readme texts
-
Mark Daoust authored
unnecessary variable assignment in loop
-
Mark Daoust authored
-
Mark Daoust authored
Fix a typo. Python function name
-
- 10 Mar, 2018 1 commit
-
-
Michał Kopańko authored
-
- 09 Mar, 2018 5 commits
-
-
derekjchow authored
Update object detection with internal changes and remove unused BUILD files.
-
Chris Shallue authored
Small updates to astronet
-
Chris Shallue authored
PiperOrigin-RevId: 188503988
-
Chris Shallue authored
PiperOrigin-RevId: 188502535
-
yukun authored
-
- 08 Mar, 2018 8 commits
-
-
Lukasz Kaiser authored
Add deeplab model in tensorflow models
-
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
-
Lukasz Kaiser authored
Add AstroNet to tensorflow/models
-
- 07 Mar, 2018 3 commits
-
-
Lukasz Kaiser authored
Fix to Memory.query + other small changes in Learning to Remember Rare Events
-
MTDzi authored
-
Asim Shankar authored
Update the eager MNIST example to use object-based checkpointing
-
- 06 Mar, 2018 6 commits
-
-
Allen Lavoie authored
-
Karmel Allison authored
-
MTDzi authored
-
Andrew M Dai authored
from six.moves import xrange (en masse) AGAIN
-
yukun authored
-
yukun authored
-
- 05 Mar, 2018 4 commits
-
-
yukun authored
-
cclauss authored
-
Karmel Allison authored
* Adding option to run with synthetic data. * Adding option to run with synthetic data. Adding option to run with synthetic data. Adding option to run with synthetic data. Debugging Debugging Debugging Removing dataset Removing dataset Updating comments Updating tests Updating tests Clarifying name of fn Tests * Copy pasta * Using dataset as recommended by mrry * Updating tests to use datasets
-
derekjchow authored
Fix incompatible usage of 'filter' in Python3
-