- 19 May, 2018 7 commits
-
-
aquariusjay authored
PiperOrigin-RevId: 197225788
-
Yukun Zhu authored
-
Yukun Zhu authored
-
Yukun Zhu authored
Update ADE20K dataset info.
-
Yukun Zhu authored
-
Yukun Zhu authored
Added change log
-
Liang-Chieh Chen authored
-
- 18 May, 2018 2 commits
-
-
Qianli Scott Zhu authored
-
Younghee Kwon authored
* Add boosted_trees to the official models * Comments addressed from review, and a test added; using absl.flags instead of argparser. * Used help_wrap. Also added instructions for inference.
-
- 17 May, 2018 5 commits
-
-
Mark Daoust authored
[samples/java]: Explain where tensor names came from.
-
Asim Shankar authored
Fix #4013
-
Taylor Robie authored
* deprecate research/resnet * also add a tf warning in the code
-
-
Qianli Scott Zhu authored
* Fix resnet missing layers. The official v1 model contains BN and Relu between input layer and pooling. * Remove the BN and Relu for V2. After some discussion with team and refer to existing implementation, those two layer seems to be only useful in V1. In V2, the first unit of the block will have a projection, that apply the BN and Relu for the shortcut. Adding a comment to make this clear. * Expand the comment section. * Remove the pre-trained checkpoint since its broken right now. Will restore it once we have new checkpoint generated.
-
- 15 May, 2018 3 commits
-
-
Katherine Wu authored
-
Haiyang Kong authored
* Make codes more pythonic. * Restore the indents Restore the indents.
-
pkulzc authored
Fixed Bug regarding tfrecord shuffling in object_detection
-
- 14 May, 2018 2 commits
-
-
Mark Daoust authored
Add lamberta to CODEOWNERS/samples
-
Mark Daoust authored
Add @lamberta to CODEOWNERS/samples
-
- 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 5 commits
-
-
Taylor Robie authored
* forbid resnet v1 fp16 * address PR comments
-
Ilya Mironov authored
Updates to differential_privacy/pate following the Banff workshop.
-
Vlad Paunescu authored
-
Ilya Mironov authored
-
Ilya Mironov authored
-
- 07 May, 2018 2 commits
-
-
Ilya Mironov authored
-
Ilya Mironov authored
-