- 14 Mar, 2018 2 commits
-
-
Karmel Allison authored
* Removing dependency on tf.test * New lines
-
Taylor Robie authored
restore --version flag in resnet parser
-
- 13 Mar, 2018 9 commits
-
-
Taylor Robie authored
Create groups of arg parsers and convert the official resnet model to the new arg parsers.
-
Karmel Allison authored
-
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 -
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 5 commits
-
-
Allen Lavoie authored
-
Karmel Allison authored
-
MTDzi authored
-
Andrew M Dai authored
from six.moves import xrange (en masse) AGAIN
-
yukun authored
-