- 20 Apr, 2019 1 commit
-
-
Yukun Zhu authored
-
- 18 Apr, 2019 3 commits
-
-
André Araujo authored
* Internal change. PiperOrigin-RevId: 185564155 * Fix small bug when reading DELF features when file is empty. A new test is added that catches this bug. PiperOrigin-RevId: 213839503 * Refactors DELF example code to expose a function to create a DELF feature extractor. PiperOrigin-RevId: 241492615 * Merged commit includes the following changes: 244073180 by Andre Araujo: Internal change -- 243646498 by Andre Araujo: Detect and save bounding boxes for a list of images. A new proto is added, along with auxiliary read/write functions, and tests. -- PiperOrigin-RevId: 244073180 -
Shining Sun authored
-
Haoyu Zhang authored
-
- 17 Apr, 2019 7 commits
-
-
Shining Sun authored
* before moving test cases to the base class * Added tests for keras cifar and keras imagenet * fix cifar10_test * add blank lines * fix lint errors * fix lint * Resolve comments * Modified two resnet keras tests * Tests passed * Remove keras_test_base * Remove gpu from the no-dist tests
-
Nat authored
1. In python3, dict.iteritems() is gone, change it to dict.items(). And it also doesn't treat zip object as a list, so change zip to list type. 2. Add encoding flag with open function to make it more compatible for Windows/Linux system. 3. For newer tensorflow, it expected int64 without giving a dtype parameter to embedding layer. We give it float32 to solve it.
-
Yuefeng Zhou authored
* Update resnet_run_loop.py * Update resnet_run_loop.py * Update resnet_run_loop.py * Update resnet_run_loop.py * Update resnet_run_loop.py
-
Yongrae Jo authored
Dictionary's .iteritem() raises an error in Python3. Replaced it with iteritem from six library.
-
Jonathan Mitchell authored
-
rxsang authored
-
- 12 Apr, 2019 3 commits
-
-
Yash Katariya authored
* Update README.md * Update README.md * Update README.md
-
Dong Lin authored
-
Taylor Robie authored
-
- 11 Apr, 2019 2 commits
-
-
rxsang authored
* Revert "Revert " Ensure static shapes when enabling XLA in Resnet Keras model (#6508)" (#6517)" This reverts commit cc9eef76. * Set `batch_size` to keras.Input in non-eager mode. Eager mode currently has OOM problem. * Add comments for enable_eager flag. * Always set drop_remainder=True. * Only set drop_remainder=True for XLA.
-
rxsang authored
* Make BatchTimestamp object printable. * Removing trailing whitespace. * Make BatchTimestamp repr a string.
-
- 10 Apr, 2019 2 commits
-
-
Vighnesh Birodkar authored
* Refactored ResNet code and added additional architectures. * Added numerical layer names instead of alphabetical. * Change dash to underscore. * Corrected return statement. * Use conv_strides argument. * Set classes=10 * Use partial to reduce code duplication.
-
Haoyu Zhang authored
With trivial model, it improves the data input pipeline throughput from 12.5K to 15K on a DGX1 V100 machine.
-
- 08 Apr, 2019 5 commits
-
-
Shining Sun authored
* add ds support for ncf * remove comments for in_top_k * avoid expanding the input layers * resolve comments and fix lint * Added some comments in code and fix lint * fix lint * add some documentation * add tensorflow imports
-
Ken Sodetz authored
* Add code backticks for the code to obtain TensorFlow version (line 31) * Add code backticks for the code to obtain TensorFlow version
-
Shining Sun authored
* Added main function to the two keras resent benchmarks * remove asserts
-
Barret Zoph authored
-
Haoyu Zhang authored
Forgot to add the `dtype='fp16'` flag in previous CL...
-
- 05 Apr, 2019 3 commits
-
-
Haoyu Zhang authored
-
Reed authored
-
Haoyu Zhang authored
* Add profiler callback for Keras models * Update build stats to identify time callback by type * Add warning message when both TensorBoard and profiler callbacks are used
-
- 04 Apr, 2019 2 commits
-
-
Reed authored
* Add benchmarks for dynamic loss scaling. I add one convergence benchmark and five performance benchmarks. * Fix lint error
-
Haoyu Zhang authored
This should give better performance in tweaked benchmarks.
-
- 03 Apr, 2019 4 commits
-
-
Reed authored
-
Haoyu Zhang authored
Reason: break 1-gpu nightly test. This reverts commit 371645fc.
-
Haoyu Zhang authored
-
rxsang authored
Don't pass `batch_size` to keras.layers.Input in DS multi-replica case. There is currently a bug in Keras side which will cause a batch size incompatible error.
-
- 02 Apr, 2019 2 commits
-
-
Shining Sun authored
-
rxsang authored
* Update resnet_model.py * Ensure static shapes when enabling XLA. * Define `drop_remainder` as a variable. * Handles per_replica_batch_size in non-XLA mode * Remove trailing whitespace.
-
- 01 Apr, 2019 2 commits
-
-
Haoyu Zhang authored
-
Haoyu Zhang authored
* Add tweaked test for fp16 nonXLA * Add dummy test for dataset warmup
-
- 30 Mar, 2019 2 commits
-
-
Haoyu Zhang authored
-
Haoyu Zhang authored
Co-authored-by:Jiri Simsa <jsimsa@google.com>
-
- 29 Mar, 2019 2 commits
-
-
Haoyu Zhang authored
-
Haoyu Zhang authored
* Add tests for Resnet data input pipeline * Added trivial model class to isolate data input pipeline tests
-