- 23 Mar, 2018 2 commits
-
-
Raphael Zumer authored
-
Raphael Zumer authored
-
- 16 Mar, 2018 5 commits
-
-
Joel Shor authored
Make TFGAN tutorial Python 3 compatible. Fixes issue #3413
-
joel-shor authored
-
Taylor Robie authored
This commit adds a basic end to end test for resnet cifar10 and imagenet models to check for syntax errors outside of the core neural net code.
-
derekjchow authored
Add pkulzc to object_detection owners.
-
lzc5123016 authored
-
- 15 Mar, 2018 13 commits
-
-
Taylor Robie authored
-
Yukun Zhu authored
plot shown in vis_segmentation
-
Yogesh K authored
-
YoGeSh authored
-
Brennan Saeta authored
-
Yukun Zhu authored
remove duplicate flags
-
lcchen authored
-
Yukun Zhu authored
Update dataset examples
-
Yukun Zhu authored
Fix typo in paper's arxiv.org url
-
Yanhui Liang authored
* Update resnet with logging utils * intermediate commit * commit before rebase from master * Add tests of ExamplePerSecondHook * Done with test * Fix a style nit * Fix a style nit
-
lcchen authored
-
lcchen authored
-
lcchen authored
-
- 14 Mar, 2018 7 commits
-
-
Karmel Allison authored
-
Qianli Scott Zhu authored
Add data schema for the benchmark run in Bigquery.
-
Karmel Allison authored
* Removing dependency on tf.test * New lines
-
Scott Zhu authored
1. Added Tensorflow version information. 2. Added environment variables. 3. Fix typo for hyperparameters. 4. Added cloud related information.
-
Taylor Robie authored
restore --version flag in resnet parser
-
Scott Zhu authored
-
hsm207 authored
-
- 13 Mar, 2018 10 commits
-
-
Taylor Robie authored
Create groups of arg parsers and convert the official resnet model to the new arg parsers.
-
Scott Zhu authored
The current schema contains the entity information about model and train data metadata, as well as machine config. Future change will contain benchmark metric. The json schema can be used to create bigquery table. A sample table can be found in https://bigquery.cloud.google.com/table/tf-benchmark-dashboard:test_benchmark.benchmark_run.
-
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 3 commits
-
-
Neal Wu authored
adding deeplab in readme.md file under models/research
-
Taylor Robie authored
-
Taylor Robie authored
-