- 30 May, 2018 2 commits
-
-
Mark Daoust authored
Copy edits following Mark's updates.
-
Billy Lamberta authored
-
- 29 May, 2018 8 commits
-
-
Mark Daoust authored
-
Mark Daoust authored
-
Mark Daoust authored
-
Mark Daoust authored
-
Mark Daoust authored
-
Mark Daoust authored
-
Mark Daoust authored
-
Mark Daoust authored
-
- 14 May, 2018 4 commits
-
-
Mark Daoust authored
-
Mark Daoust authored
-
Mark Daoust authored
-
Mark Daoust authored
Set private_outputs (so output is not recorded on save).
-
- 11 May, 2018 9 commits
-
-
pkulzc authored
Object detection export dir
-
Qianli Scott Zhu authored
* Update the wide_deep code for latest benchmark config. * Also update the transformer benchmark code.
-
Jonathan Huang authored
Release ssdlite mobilenet v2 coco trained model, add quantized training and minor fixes.
-
Qianli Scott Zhu authored
* Move the benchmark_uploader to new location. * Update benchmark logger to streaming upload. * Fix lint and unit test error. * delint. * Update the benchmark uploader test. Skip the import of benchmark_uploader when bigquery is not installed. * Merge the 2 classes of benchmark uploader into 1. * Address review comments. * delint. * Execute bigquery upload in a separate thread. * Change to use python six.moves for importing. * Address review comments and delint. * Address review comment. Adding comment for potential performance impact for model on CPU. * Fix random failure on py3. * Fix the order of flag saver to avoid the randomness. The test is broken when the benchmark_logger_type is set first, and validated when the benchmark_log_dir is not set yet.
-
Mark Omernick authored
Export @195097388.
-
Katherine Wu authored
-
Terry Koo authored
-
Amit Patankar authored
Update mobilenet_v1.md
-
Zhichao Lu authored
196161788 by Zhichao Lu: Add eval_on_train_steps parameter. Since the number of samples in train dataset is usually different to the number of samples in the eval dataset. -- 196151742 by Zhichao Lu: Add an optional random sampling process for SSD meta arch and update mean stddev coder to use default std dev when corresponding tensor is not added to boxlist field. -- 196148940 by Zhichao Lu: Release ssdlite mobilenet v2 coco trained model. -- 196058528 by Zhichao Lu: Apply FPN feature map generation before we add additional layers on top of resnet feature extractor. -- 195818367 by Zhichao Lu: Add support for exporting detection keypoints. -- 195745420 by Zhichao Lu: Introduce include_metrics_per_category option to Object Detection eval_config. -- 195734733 by Zhichao Lu: Rename SSDLite config to be more explicit. -- 195717383 by Zhichao Lu: Add quantized training to object_detection. -- 195683542 by...
-
- 10 May, 2018 2 commits
-
-
Qianli Scott Zhu authored
The final BN and ReLU layer is only need for v2 model since it was doing preactivation in each block.
-
Ilya Mironov authored
Addressing reviewers' comments. Added correct handling of order=np.inf.
-
- 09 May, 2018 3 commits
-
-
Ilya Mironov authored
-
Qianli Scott Zhu authored
* Add benchmark logging for wide_deep. * Fix lint error.
-
Tobias Hinz authored
Update mnist_eager.py to use GPU if available and not specified otherwise. At the moment it uses the CPU even if a GPU is available, since "if flags_obj.no_gpu or tf.test.is_gpu_available():" in "def run_mnist_eager(flags_obj):" evaluates to True if a GPU is available.
-
- 08 May, 2018 4 commits
-
-
Taylor Robie authored
* forbid resnet v1 fp16 * address PR comments
-
Ilya Mironov authored
Updates to differential_privacy/pate following the Banff workshop.
-
Ilya Mironov authored
-
Ilya Mironov authored
-
- 07 May, 2018 7 commits
-
-
Ilya Mironov authored
-
Ilya Mironov authored
-
-
Ilya Mironov authored
-
Ilya Mironov authored
-
Mark Daoust authored
Collapse license cell
-
Mark Daoust authored
Fix typo in iris_data.py
-
- 05 May, 2018 1 commit
-
-
BMDan authored
-