- 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
-
- 25 Apr, 2019 1 commit
-
-
Haoyu Zhang authored
Reason: test failures because contrib is not available in V2 This reverts commit 325dd761.
-
- 24 Apr, 2019 4 commits
-
-
Shining Sun authored
* Added none check for output_dir * Change double quote to single
-
Haoyu Zhang authored
-
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 3 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
-
rxsang authored
-
- 12 Apr, 2019 2 commits
-
-
Dong Lin authored
-
Taylor Robie authored
-
- 11 Apr, 2019 1 commit
-
-
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.
-
- 10 Apr, 2019 1 commit
-
-
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.
-
- 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 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 1 commit
-
-
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 1 commit
-
-
Haoyu Zhang authored
* Add tweaked test for fp16 nonXLA * Add dummy test for dataset warmup
-
- 30 Mar, 2019 1 commit
-
-
Haoyu Zhang authored
-
- 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
-
- 28 Mar, 2019 3 commits
-
-
Shining Sun authored
* initial commit * bug fix * Move build_stats from common to keras main, because it is only applicable in keras * remove tailing blank line * add test for synth data * add kwargs to init * add kwargs to function invokation * correctly pass kwargs * debug * debug * debug * fix super init * bug fix * fix local_flags * fix import * bug fix * fix log_steps flag * bug fix * bug fix: add missing return value * resolve double-defined flags * lint fix * move log_steps flag to benchmarK flag * fix lint * lint fix * lint fix * try flag core default values * bug fix * bug fix * bug fix * debug * debug * remove debug prints * rename benchmark methods * flag bug fix for synth benchmark
-
Shining Sun authored
* Initial commit * Fininshed * bug fix * bug fix * bug fix * Resolve review comments * Typo fix * resolve comments * fix number error * Resolve comments
-
Haoyu Zhang authored
-
- 27 Mar, 2019 1 commit
-
-
Haoyu Zhang authored
-
- 26 Mar, 2019 1 commit
-
-
Yuefeng Zhou authored
required by multi-node collective ops in eager mode.
-
- 25 Mar, 2019 1 commit
-
-
Haoyu Zhang authored
-
- 22 Mar, 2019 1 commit
-
-
Haoyu Zhang authored
-
- 20 Mar, 2019 1 commit
-
-
Haoyu Zhang authored
-
- 19 Mar, 2019 2 commits
-
-
Haoyu Zhang authored
-
Soroush Radpour authored
-