- 25 May, 2018 2 commits
-
-
Karmel Allison authored
* Using BenchmarkLogger * Using BenchmarkLogger * Fixing tests * Linting fixes. * Adding comments * Moving mock logger * Moving mock logger * Glinting * Responding to CR * Reverting assertEmpty
-
Yanhui Liang authored
* Add unit test, official flags, and benchmark logs * Fix checking errors * Reorder imports to fix lints * Address comments and correct model layers * Add dataset checking
-
- 24 May, 2018 2 commits
-
-
Taylor Robie authored
-
Mark Daoust authored
Fix typo
-
- 23 May, 2018 2 commits
-
-
Billy Lamberta authored
-
guptapriya authored
* Remove one hot labels, Add drop_remainder to batch, Use parallel interleve in imagenet dataset. * minor lint fix * Don't try to read the files twice... * Add explanation for cycle_length
-
- 22 May, 2018 5 commits
-
-
Lukasz Kaiser authored
resolve 'float' to 'int' conversion, StringIO import, conacat str + byte
-
Lukasz Kaiser authored
Added the MorphNet library
-
Yanhui Liang authored
* Add recommendation model * Fix pylints check error * Rename file * Address comments, update input pipeline, and add distribution strategy * Fix import error * Address more comments * Fix lints
-
Janardhan Pulivarthi authored
-
gariel-google authored
-
- 21 May, 2018 3 commits
-
-
aquariusjay authored
Update model_zoo.md
-
Yukun Zhu authored
Fix broken table.
-
Neal Wu authored
Nobody (I hope) is running TensorFlow 0.12 anymore.
-
- 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 7 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
-