- 31 May, 2019 1 commit
-
-
Haoyu Zhang authored
* Support pure eager execution in ResNet50 * Use smaller batch size
-
- 29 May, 2019 1 commit
-
-
Haoyu Zhang authored
-
- 28 May, 2019 1 commit
-
-
Haoyu Zhang authored
* Run different numbers of steps on different platforms * Add new tests for delayed performance measurement
-
- 24 May, 2019 2 commits
-
-
rxsang authored
* Add a graph optional_next Reset benchmark. * Fix lint error.
-
Tian Lin authored
* Merged commit includes the following changes: 249776315 by tianlin<tianlin@google.com>: Internal change 249763206 by tianlin<tianlin@google.com>: For TF 2.0 (related to Beam Search), expand cond dims in tf.where(cond, x, y) to make all parameters broadcastable. -- 249392724 by hongkuny<hongkuny@google.com>: Internal change PiperOrigin-RevId: 249776315 * Merged commit includes the following changes: 249823043 by tianlin<tianlin@google.com>: Bring back v2 test for predict and eval. -- PiperOrigin-RevId: 249823043
-
- 23 May, 2019 1 commit
-
-
rxsang authored
* Add a test enabling get_next_as_optional behavior. * Remove repeated flag. * Remove trailing space. * Make the name shorter. * Fix lint error. * Refine the benchmark name.
-
- 22 May, 2019 1 commit
-
-
Haoyu Zhang authored
-
- 15 May, 2019 2 commits
-
-
Igor authored
* Set the --clone_model_in_keras_dist_strat to None. Remove the separate no_cloning benchmarks and add a couple of cloning ones. Fixes the learning rate schedule to cache its ops per graph.
-
Rachel Lim authored
* Added 'tfdata_exp' version of all benchmarks which set FLAGS.tf_data_experimental_slack = True. Renamed `data_prefetch_with_slack` to `data_delay_prefetch` (haoyu's change) to make the names more distinct. * Add flag to resnet input pipeline and surface through keras_imagenet_main.py
-
- 10 May, 2019 2 commits
-
-
Haoyu Zhang authored
* Do not report metrics in performance benchmarks * Rename flag
-
Haoyu Zhang authored
* Modified tweaked tests to use tensor learning rate
-
- 30 Apr, 2019 1 commit
-
-
Toby Boyd authored
-
- 29 Apr, 2019 1 commit
-
-
Igor authored
* Add benchmarks with the --cloning flag to Resnet and NFC. * Renamed cloning to clone_model_in_keras_dist_strat. Dropped a few tests that aren't essential. * Fixed up the formatting after re-naming the flag to a much longer name. Thanks, lint. * Fixed the lint error in nfc_common.py
-
- 24 Apr, 2019 2 commits
-
-
Haoyu Zhang authored
-
Haoyu Zhang authored
* Introduce a short sleep before ds.prefetch in tf.data. * Further limit dataset threads to reduce CPU contention * Tuned dataset sleep time * Rename dataset sleep flag; enable it only for Keras Graph mode
-
- 17 Apr, 2019 1 commit
-
-
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
-
- 12 Apr, 2019 1 commit
-
-
Taylor Robie authored
-
- 08 Apr, 2019 3 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
-
Shining Sun authored
* Added main function to the two keras resent benchmarks * remove asserts
-
Haoyu Zhang authored
Forgot to add the `dtype='fp16'` flag in previous CL...
-
- 05 Apr, 2019 2 commits
-
-
Haoyu Zhang authored
-
Reed authored
-
- 04 Apr, 2019 1 commit
-
-
Reed authored
* Add benchmarks for dynamic loss scaling. I add one convergence benchmark and five performance benchmarks. * Fix lint error
-
- 01 Apr, 2019 1 commit
-
-
Haoyu Zhang authored
* Add tweaked test for fp16 nonXLA * Add dummy test for dataset warmup
-
- 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
-
- 27 Mar, 2019 1 commit
-
-
Haoyu Zhang authored
-
- 25 Mar, 2019 1 commit
-
-
Haoyu Zhang authored
-
- 20 Mar, 2019 1 commit
-
-
Haoyu Zhang authored
-
- 13 Mar, 2019 1 commit
-
-
Toby Boyd authored
-
- 12 Mar, 2019 1 commit
-
-
Toby Boyd authored
* xla to bs=128 for num_gpu=8 * remove todo
-
- 07 Mar, 2019 1 commit
-
-
Reed authored
-
- 01 Mar, 2019 1 commit
-
-
Haoyu Zhang authored
* Added XLA test with a monkey-patched op to avoid OOM * Added doc strings in Keras benchmarks to avoid Lint error
-
- 28 Feb, 2019 1 commit
-
-
Yuefeng Zhou authored
* Add benchmarks for thread tuning. * Address comment/ * Add a comment.
-
- 25 Feb, 2019 1 commit
-
-
Dong Lin authored
Add root_data_dir to constructor of Resnet50KerasBenchmarkSynth and Resnet50KerasBenchmarkReal (#6259)
-
- 22 Feb, 2019 2 commits
- 15 Feb, 2019 1 commit
-
-
Toby Boyd authored
-
- 14 Feb, 2019 2 commits